此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。
DeviceMotionEventRotationRate
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
设备方向事件的DeviceMotionEventRotationRate 接口提供有关设备绕三个轴旋转速度的信息。
In this article
实例属性
DeviceMotionEventRotationRate.alpha只读绕 Z 轴的旋转量(以度/秒为单位)。
DeviceMotionEventRotationRate.beta只读绕 X 轴的旋转量(以度/秒为单位)。
DeviceMotionEventRotationRate.gamma只读绕 Y 轴的旋转量(以度/秒为单位)。
规范
| Specification |
|---|
| Device Orientation and Motion> # devicemotioneventrotationrate> |