WebIDLpedia

CSSSkewY interface

Definition

CSS Typed OM Level 1 defines CSSSkewY



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

Methods and attributes that return objects implementing CSSSkewY