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