WebIDLpedia

CSSTransformComponent interface

Definition

CSS Typed OM Level 1 defines CSSTransformComponent



[Exposed=(Window, Worker, PaintWorklet, LayoutWorklet)]
interface CSSTransformComponent {
    stringifier;
    attribute boolean is2D;
    DOMMatrix toMatrix();
};

Methods and attributes that return objects implementing CSSTransformComponent

Referring IDL interfaces/dictionaries