CSSSkewY: CSSSkewY() constructor

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Note: This feature is available in Web Workers.

The CSSSkewY() constructor creates a new CSSSkewY object which represents the skewY() value of the individual transform property in CSS.

Syntax

js
new CSSSkewY(ay)

Parameters

ay

A value for the ay angle of the CSSSkewY object to be constructed. This must be a CSSNumericValue.

Examples

To do

Specifications

Specification
CSS Typed OM Level 1
# dom-cssskewy-cssskewy

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
CSSSkewY() constructor