Interface CSSSkewY

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

    Properties

    Methods

    Properties

    is2D: boolean

    Methods