blob: a1a2ea317fcb8cda1e27612c6465a7545b09c0db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
title: DeviceRotationRate
slug: Web/API/DeviceMotionEventRotationRate
tags:
- API
- Coordonnées
- DOM
- Mobile
- Vitesse
- rotation
translation_of: Web/API/DeviceMotionEventRotationRate
translation_of_original: Web/API/DeviceRotationRate
original_slug: Web/API/DeviceRotationRate
---
{{ ApiRef("Device Orientation Events") }} {{SeeCompatTable}}
Un objet `DeviceRotationRate` fournit une information sur la vitesse avec laquelle un appareil est en rotation autour des 3 axes.
## Propriétés
- {{ domxref("DeviceRotationRate.alpha") }} {{readonlyInline}}
- : La vitesse de rotation autour de l'axe Z, en degrés par seconde.
- {{ domxref("DeviceRotationRate.beta") }} {{readonlyInline}}
- : La vitesse de rotation autour de l'axe X, en degrés par seconde.
- {{ domxref("DeviceRotationRate.gamma") }} {{readonlyInline}}
- : La vitesse de rotation autour de l'axe Y, en degrés par seconde.
## Spécifications
| Spécification | Statut | Commentaire |
| -------------------------------------------- | ---------------------------------------- | -------------------- |
| {{SpecName('Device Orientation')}} | {{Spec2('Device Orientation')}} | Définition initiale. |
## Compatibilité des navigateurs
{{Compat("api.DeviceMotionEventRotationRate")}}
|