DeviceMotionEventAcceleration
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
TheDeviceMotionEventAcceleration
interface of theDevice Orientation Events provides information about the amount of acceleration the device is experiencing along all three axes.
In this article
Instance properties
DeviceMotionEventAcceleration.x
Read onlyThe amount of acceleration along the X axis.
DeviceMotionEventAcceleration.y
Read onlyThe amount of acceleration along the Y axis.
DeviceMotionEventAcceleration.z
Read onlyThe amount of acceleration along the Z axis.
Specifications
Specification |
---|
Device Orientation and Motion> # devicemotioneventacceleration> |
Browser compatibility
Loading…