blob: 4d69fc0266867d3d9a6e5b49a6ae3be91eda7a81 (
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
|
---
title: DeviceMotionEvent.interval
slug: Web/API/DeviceMotionEvent/interval
tags:
- API
- Propriété
- Reference
translation_of: Web/API/DeviceMotionEvent/interval
---
{{apiref("Device Orientation Events")}}
La propriété **`interval`** renvoie la granularité temporelle, exprimée en millisecondes, avec laquelle les données relatives aux mouvements sont obtenues du matériel.
## Syntaxe
var interval = instanceOfDeviceMotionEvent.interval;
## Spécifications
| Spécification | État | Commentaires |
| -------------------------------------------- | ---------------------------------------- | ------------ |
| {{SpecName('Device Orientation')}} | {{Spec2('Device Orientation')}} | |
## Compatibilité des navigateurs
{{Compat("api.DeviceMotionEvent.interval")}}
## Voir aussi
- {{ domxref("DeviceMotionEvent") }}
- {{ event("devicemotion") }}
- {{ domxref("window.ondevicemotion") }}
- {{ event("deviceorientation") }}
- {{ domxref("DeviceOrientationEvent") }}
- [Detecting device orientation](/fr/docs/WebAPI/Detecting_device_orientation)
|