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 full)
MDN Reference