DeviceMotionEventAcceleration: x

Summary

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

Syntax

var xAccel = DeviceMotionEventAcceleration.x;

Return value

x

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

Specifications

Specification
DeviceOrientation Event Specification
# dom-devicemotioneventacceleration-x

Browser compatibility

BCD tables only load in the browser

See also