CSSSkewX: CSSSkewX() 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 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
axangle of theCSSSkewXobject to be constructed. This must be aCSSNumericValue.
Examples
To do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # dom-cssskewx-cssskewx> |
Browser compatibility
Loading…