CSSSkewX
Note: This feature is available in Web Workers.
The CSSSkewX
interface of the CSS Typed Object Model API represents the skewX()
value of the individual transform
property in CSS. It inherits properties and methods from its parent CSSTransformValue
.
Constructor
CSSSkewX()
-
Creates a new
CSSSkewX
object.
Instance properties
ax
-
Returns or sets the x-axis value.
Examples
To Do