W3cubDocs

/DOM

DeviceAcceleration.y

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

Syntax

var yAccel = deviceAcceleration.y;

Return value

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

Specification

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support ? ? ? ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support ? ? ? ? ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DeviceAcceleration/y