この記事はまだ日本語に翻訳されていません。MDN の翻訳はボランティアによって行われています。是非 MDN に登録し、私たちの力になって下さい。
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
A DeviceRotationRate object provides information about the rate at which the device is rotating around all three axes.
Properties
DeviceRotationRate.alphaRead only- The amount of rotation around the Z axis, in degrees per second.
DeviceRotationRate.betaRead only- The amount of rotation around the X axis, in degrees per second.
DeviceRotationRate.gammaRead only- The amount of rotation around the Y axis, in degrees per second.
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 | ? | ? | ? | ? | ? |

