Interface CSSSkewX
interface CSSSkewX {
ax: CSSNumericValue;
is2D: boolean;
toMatrix(): DOMMatrix;
toString(): string;
}
ax: CSSNumericValue;
is2D: boolean;
toMatrix(): DOMMatrix;
toString(): string;
}
Hierarchy
- CSSTransformComponent
- CSSSkewX (view full)
MDN Reference