DeviceMotionEventAcceleration
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
* Some parts of this feature may have varying levels of support.
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The DeviceMotionEventAcceleration
interface of the Device Orientation Events provides information about the amount of acceleration the device is experiencing along all three axes.
Instance properties
DeviceMotionEventAcceleration.x
Read only-
The amount of acceleration along the X axis.
DeviceMotionEventAcceleration.y
Read only-
The amount of acceleration along the Y axis.
DeviceMotionEventAcceleration.z
Read only-
The amount of acceleration along the Z axis.
Specifications
Specification |
---|
Device Orientation and Motion # devicemotioneventacceleration |