DeviceMotionEvent.rotationRate

Baseline 2023
Newly available

Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

返回设备围绕其每个轴(x、y、z)旋转的速率(单位:度/秒)。

备注: 如果设备无法提供此信息,则为 null

rotationRates 属性是一个只读对象,用于描述设备围绕其每个轴的旋转速率:

alpha

设备绕其 Z 轴旋转的速率(即绕垂直于屏幕的线旋转)

beta

设备绕其 X 轴旋转的速率(即从前到后旋转)

gamma

设备绕其 Y 轴旋转的速率(即从一侧到另一侧)

说明

Specification
Device Orientation and Motion
# ref-for-dom-devicemotionevent-rotationrate②

浏览器兼容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
rotationRate

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

推荐阅读