Interface CSSPerspective

    interface CSSPerspective {
        is2D: boolean;
        length: CSSPerspectiveValue;
        toMatrix(): DOMMatrix;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    is2D: boolean

    Methods