DeviceAcceleration.z

Summary

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

Syntax

JavaScript
var <var>zAccel</var> = deviceAcceleration.z;

Return value

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

Specification

See also

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/deviceacceleration/z

API Property