Interface CSSTranslate

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

    Properties

    Methods

    Properties

    is2D: boolean

    Methods