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