CSSSkewY
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.
TheCSSSkewY interface of theCSS Typed Object Model API represents theskewY() value of the individualtransform property in CSS. It inherits properties and methods from its parentCSSTransformValue.
In this article
Constructor
CSSSkewY()Creates a new
CSSSkewYobject.
Instance properties
Inherits properties from its ancestorCSSTransformValue.
ayReturns or sets the y-axis value.
Instance methods
Inherits methods from its ancestorCSSTransformValue.
Examples
To Do
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # cssskewy> |