This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
A DeviceAcceleration object provides information about the amount of acceleration the device is experiencing along all three axes.
Properties
DeviceAcceleration.xRead only- The amount of acceleration along the X axis. Read only.
DeviceAcceleration.yRead only- The amount of acceleration along the Y axis. Read only.
DeviceAcceleration.zRead 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 |