Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Draft
This page is not complete.
The CSSSkewX()
constructor creates a new
CSSSkewX
object which represents the
skewX()
value of the individual transform
property in CSS.
Syntax
var CSSSkewX = new CSSSkewX(ax);
Parameters
ax
- A value for the
ax
angle of theCSSSkewX
object to be constructed. This must be aCSSNumericValue
.
Examples
To do
Specifications
Specification | Status | Comment |
---|---|---|
CSS Typed OM Level 1 The definition of 'CSSskewX()' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser