Interface CSSScale

    interface CSSScale {
        is2D: boolean;
        x: CSSNumberish;
        y: CSSNumberish;
        z: CSSNumberish;
        toMatrix(): DOMMatrix;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    is2D: boolean

    Methods