WebIDLpedia

AnimationTimeline interface

Definition

Web Animations defines AnimationTimeline

[Exposed=Window]
interface AnimationTimeline {
};

This interface is extended in the following specifications:

Consolidated IDL (across mixin and partials)
[Exposed=Window]
interface AnimationTimeline {
    readonly attribute CSSNumberish? currentTime;
    readonly attribute CSSNumberish? duration;
    Animation play (optional AnimationEffect? effect = null);
};

Methods and attributes that return objects implementing AnimationTimeline

Referring IDL interfaces/dictionaries

Referring specifications