WebIDLpedia

AnimationPlaybackEvent interface

Definition

Web Animations Level 2 defines AnimationPlaybackEvent



[Exposed=Window]
interface AnimationPlaybackEvent : Event {
    constructor(DOMString type, optional AnimationPlaybackEventInit
    eventInitDict = {});
    readonly attribute CSSNumberish? currentTime;
    readonly attribute CSSNumberish? timelineTime;
};

Methods and attributes that return objects implementing AnimationPlaybackEvent