DeviceRotationRate.beta
This property indicates the rate of rotation around the X axis -- in degrees per second -- in a DeviceRotationRate
object.
Syntax
JavaScript
Copy Code
var beta = deviceRotationRate.beta;
This property is read-only.
Return value
beta
- A
double
indicating the rate of rotation around the X axis, in degrees per second. See Accelerometer values explained for details.
Specifications
Specification | Status | Comment |
---|---|---|
Device Orientation Events | Working Draft | Initial specification. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | ? | ? | ? | ? | ? |
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/devicerotationrate/beta