Note: This feature is available in Web Workers.
The CSSSkew interface of the CSS Typed Object Model API represents the skew() value of the individual transform property in CSS.
CSSSkew()Creates a new CSSSkew object.
Also inherits properties from its parent interface, CSSTransformComponent.
axReturns or sets the x-axis value.
ayReturns or sets the y-axis value.
Also inherits methods from its parent interface, CSSTransformComponent.
To Do