CSSSkew
open class CSSSkew(var ax: CSSNumericValue, var ay: CSSNumericValue) : CSSTransformComponent(source)
The CSSSkew interface of the CSS Typed Object Model API is part of the CSSTransformValue interface. It represents the skew() value of the individual transform property in CSS.