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

© 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