This property is the angle (in degrees) between the X-Z plane of the pointer and the screen. This property is typically only useful for a pen/stylus pointer type. The range of values is -90 to 90 degrees and a positive value is a tilt toward the user. For devices that do not support this property, the value is 0.
For an illustration of this property, see Figure 3 in the specification.
This property is Read only .
Syntax
var tilt = pointerEvent.tiltY;
Return value
tilt
- The angle between the X-Z plane of the pointer (stylus) and the screen.
Example
An example of this property is included in the PointerEvent.tiltX example.
Specifications
Specification | Status | Comment |
---|---|---|
Pointer Events – Level 2 The definition of 'tiltY' in that specification. |
Editor's Draft | Non-stable version. |
Pointer Events The definition of 'tiltY' in that specification. |
Recommendation | Initial definition. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 55 | 12 | No 411 | 10 | 42 | No |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | 55 | 55 | 12 | No 411 | 10 | 42 | No |
1. From version 41: this feature is behind the dom.w3c_pointer_events.enabled
preference (needs to be set to true
). To change preferences in Firefox, visit about:config.