CSSSkewX: CSSSkewX() constructor

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

Syntax

js
new CSSSkewX(ax)

Parameters

ax

A value for the ax angle of the CSSSkewX object to be constructed. This must be a CSSNumericValue.

Examples

To do

Specifications

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

Browser compatibility

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