Interface CSSSkew

    interface CSSSkew {
        ax: CSSNumericValue;
        ay: CSSNumericValue;
        is2D: boolean;
        toMatrix(): DOMMatrix;
        toString(): string;
    }
    Hierarchy

    Properties

    Methods

    Properties

    is2D: boolean

    Methods