aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/devicemotioneventacceleration/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
commit6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch)
tree890e3e27131be010d82ef957fa68db495006cb0e /files/ja/web/api/devicemotioneventacceleration/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip
unslug ja: move
Diffstat (limited to 'files/ja/web/api/devicemotioneventacceleration/index.html')
-rw-r--r--files/ja/web/api/devicemotioneventacceleration/index.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/files/ja/web/api/devicemotioneventacceleration/index.html b/files/ja/web/api/devicemotioneventacceleration/index.html
new file mode 100644
index 0000000000..982499c4a8
--- /dev/null
+++ b/files/ja/web/api/devicemotioneventacceleration/index.html
@@ -0,0 +1,47 @@
+---
+title: DeviceAcceleration
+slug: Web/API/DeviceAcceleration
+tags:
+ - API
+ - Device
+ - Experimental
+ - Interface
+ - Orienttation
+ - Reference
+ - events
+translation_of: Web/API/DeviceMotionEventAcceleration
+translation_of_original: Web/API/DeviceAcceleration
+---
+<div>{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}</div>
+
+<p><code>DeviceAcceleration</code>オブジェクトは、3つの軸に沿って発生しているデバイスの加速度についての情報を提供します。</p>
+
+<h2 id="プロパティ">プロパティ</h2>
+
+<dl>
+ <dt>{{domxref("DeviceAcceleration.x")}} {{readonlyInline}}</dt>
+ <dd>X軸に沿った加速度の大きさ。<strong>読み取り専用。</strong></dd>
+ <dt>{{domxref("DeviceAcceleration.y")}} {{readonlyInline}}</dt>
+ <dd>Y軸に沿った加速度の大きさ。<strong>読み取り専用。</strong></dd>
+ <dt>{{domxref("DeviceAcceleration.z")}} {{readonlyInline}}</dt>
+ <dd> Z軸に沿った加速度の大きさ。<strong>読み取り専用。</strong></dd>
+</dl>
+
+<h2 id="Specifications" name="Specifications">仕様</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("Device Orientation", "#device_acceleration", "DeviceAcceleration")}}</td>
+ <td>{{Spec2("Device Orientation")}}</td>
+ <td>Initial definition</td>
+ </tr>
+ </tbody>
+</table>