aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/devicemotioneventrotationrate/alpha/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/devicemotioneventrotationrate/alpha/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/devicemotioneventrotationrate/alpha/index.html')
-rw-r--r--files/fr/web/api/devicemotioneventrotationrate/alpha/index.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/files/fr/web/api/devicemotioneventrotationrate/alpha/index.html b/files/fr/web/api/devicemotioneventrotationrate/alpha/index.html
deleted file mode 100644
index 219e4cc1e9..0000000000
--- a/files/fr/web/api/devicemotioneventrotationrate/alpha/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: DeviceRotationRate.alpha
-slug: Web/API/DeviceMotionEventRotationRate/alpha
-tags:
- - API
- - DOM
- - Mobile
- - Propriétés
- - Vitesse
- - axes
- - rotation
- - z
-translation_of: Web/API/DeviceMotionEventRotationRate/alpha
-translation_of_original: Web/API/DeviceRotationRate/alpha
-original_slug: Web/API/DeviceRotationRate/alpha
----
-<p>{{ ApiRef("Device Orientation Events") }}</p>
-
-<p>Cette propriété indique la vitesse de rotation autour de l'axe Z -- en degrés par seconde -- dans un objet {{ domxref("DeviceRotationRate") }}.</p>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="syntaxbox">var <em>alpha</em> = <em>deviceRotationRate</em>.alpha;
-</pre>
-
-<p>Cette propriété est en lecture seule.</p>
-
-<h3 id="Return_Value">Valeur retournée</h3>
-
-<dl>
- <dt><code>alpha</code></dt>
- <dd>Un <code>double</code> indiquant la vitesse de rotation autour de l'axe Z, en degrés par seconde. Voir <a href="/fr/docs/WebAPI/Detecting_device_orientation#Accelerometer_values_explained">Détecter l'orientation de l'appareil</a> pour plus de détails.</dd>
-</dl>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Statut</th>
- <th scope="col">Commentaire</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('Device Orientation')}}</td>
- <td>{{Spec2('Device Orientation')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.DeviceMotionEventRotationRate.alpha")}}</p>