--- 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.
var interval = instanceOfDeviceMotionEvent.interval;
Spécification | État | Commentaires |
---|---|---|
{{SpecName('Device Orientation')}} | {{Spec2('Device Orientation')}} |
{{Compat("api.DeviceMotionEvent.interval")}}