WebIDLpedia

CSSSkew interface

Definition

CSS Typed OM Level 1 defines CSSSkew



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSSkew : CSSTransformComponent {
    constructor(CSSNumericValue ax, CSSNumericValue ay);
    attribute CSSNumericValue ax;
    attribute CSSNumericValue ay;
};

Methods and attributes that return objects implementing CSSSkew