W3cubDocs

/DOM

DeviceAcceleration

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

A DeviceAcceleration object provides information about the amount of acceleration the device is experiencing along all three axes.

Properties

DeviceAcceleration.x Read only
The amount of acceleration along the X axis. Read only.
DeviceAcceleration.y Read only
The amount of acceleration along the Y axis. Read only.
DeviceAcceleration.z Read only
The amount of acceleration along the Z axis. Read only.

Specifications

Specification Status Comment
Device Orientation Events
The definition of 'DeviceAcceleration' in that specification.
Working Draft Initial definition

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support ? ? ? ? ? ?
x ? ? ? ? ? ?
y ? ? ? ? ? ?
z ? ? ? ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? ? ? ? ? ?
x ? ? ? ? ? ? ?
y ? ? ? ? ? ? ?
z ? ? ? ? ? ? ?

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DeviceAcceleration