CSSSkewX
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 inWeb Workers.
TheCSSSkewX interface of theCSS Typed Object Model API represents theskewX() value of the individualtransform property in CSS. It inherits properties and methods from its parentCSSTransformValue.
In this article
Constructor
CSSSkewX()Creates a new
CSSSkewXobject.
Instance properties
axReturns or sets the x-axis value.
Examples
To Do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # cssskewx> |