aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/devicemotioneventacceleration/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/web/api/devicemotioneventacceleration/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/web/api/devicemotioneventacceleration/index.html')
-rw-r--r--files/pt-br/web/api/devicemotioneventacceleration/index.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/files/pt-br/web/api/devicemotioneventacceleration/index.html b/files/pt-br/web/api/devicemotioneventacceleration/index.html
new file mode 100644
index 0000000000..e8e5432e4a
--- /dev/null
+++ b/files/pt-br/web/api/devicemotioneventacceleration/index.html
@@ -0,0 +1,43 @@
+---
+title: DeviceAcceleration
+slug: Web/API/DeviceAcceleration
+tags:
+ - API
+ - Experimental
+ - Interface
+translation_of: Web/API/DeviceMotionEventAcceleration
+translation_of_original: Web/API/DeviceAcceleration
+---
+<div>{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}</div>
+
+<p>Um objeto <code>DeviceAcceleration</code> fornece informações sobre a quantidade de aceleração que o dispositivo desempenha ao longo dos três eixos.</p>
+
+<h2 id="Propriedades">Propriedades</h2>
+
+<dl>
+ <dt>{{domxref("DeviceAcceleration.x")}} {{readonlyInline}}</dt>
+ <dd>A quantidade de aceleração ao longo do eixo X. <strong>Somente leitura</strong>.</dd>
+ <dt>{{domxref("DeviceAcceleration.y")}} {{readonlyInline}}</dt>
+ <dd>A quantidade de aceleração ao longo do eixo Y. <strong>Somente leitura</strong>.</dd>
+ <dt>{{domxref("DeviceAcceleration.z")}} {{readonlyInline}}</dt>
+ <dd>A quantidade de aceleração ao longo do eixo Z.<strong>Somente leitura</strong>.</dd>
+</dl>
+
+<h2 id="Specifications" name="Specifications">Especificações</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Especificações</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comentario</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("Device Orientation", "#device_acceleration", "DeviceAcceleration")}}</td>
+ <td>{{Spec2("Device Orientation")}}</td>
+ <td>Definição inicial</td>
+ </tr>
+ </tbody>
+</table>