Interface CSSMatrixComponent

    interface CSSMatrixComponent {
        is2D: boolean;
        matrix: DOMMatrix;
        toMatrix(): DOMMatrix;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    is2D: boolean
    matrix: DOMMatrix

    Methods