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 |