aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html')
-rw-r--r--files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html b/files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html
index fcbe9a2864..72de7a63f3 100644
--- a/files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html
+++ b/files/zh-cn/web/api/devicemotionevent/devicemotionevent/index.html
@@ -19,8 +19,8 @@ translation_of: Web/API/DeviceMotionEvent/DeviceMotionEvent
<dt><code>options</code>{{Optional_Inline}}</dt>
<dd>可选项如下:
<ul>
- <li><code>acceleration</code>: 一个对象,包含设备在X,Y和Z三个轴线上的加速度。加速度的单位为<a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>.</li>
- <li><code>accelerationIncludingGravity</code>: 一个对象,包含设备在X,Y和Z三个轴线上,重力作用下的加速度。加速度的单位为<a href="https://en.wikipedia.org/wiki/Meter_per_second_squared" title="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>.</li>
+ <li><code>acceleration</code>: 一个对象,包含设备在X,Y和Z三个轴线上的加速度。加速度的单位为<a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>.</li>
+ <li><code>accelerationIncludingGravity</code>: 一个对象,包含设备在X,Y和Z三个轴线上,重力作用下的加速度。加速度的单位为<a href="https://en.wikipedia.org/wiki/Meter_per_second_squared">m/s<sup>2</sup></a>.</li>
<li><code>rotationRate</code>: 一个对象,包含设备的定向在三个定向轴alpha, beta 和 gamma上的偏移比率。偏移比率的单位是每秒偏移的角度。</li>
<li><code>interval</code>: 时间间隔,单位毫秒,表示设备获取数据的间隔时间。</li>
</ul>