W3cubDocs

/DOM

DeviceAcceleration.x

This read-only property indicates the amount of acceleration that occurred along the X axis in a DeviceAcceleration object.

Syntax

var xAccel = deviceAcceleration.x;

Return value

x
A double indicating the amount of acceleration along the X axis. See Accelerometer values explained for details.

Specification

See also

© 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/x