Interface CSSSkewY
interface CSSSkewY {
ay: CSSNumericValue;
is2D: boolean;
toMatrix(): DOMMatrix;
toString(): string;
}
ay: CSSNumericValue;
is2D: boolean;
toMatrix(): DOMMatrix;
toString(): string;
}
                 
                    
                  Hierarchy
              
              - CSSTransformComponent- CSSSkewY (View Summary)
 
MDN Reference