Open Bug 2006263 Opened 5 months ago Updated 2 months ago

Extend AnimationTimeline to include duration

Categories

(Core :: DOM: Animation, enhancement)

enhancement
Points:
1

Tracking

()

People

(Reporter: boris, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [scrollanimation:mvp])

Per spec,

[Exposed=Window]
partial interface AnimationTimeline {
    readonly attribute CSSNumberish? currentTime;
    readonly attribute CSSNumberish? duration;
    Animation play (optional AnimationEffect? effect = null);
};

add duration in this bug.

Whiteboard: [scrollanimation:mvp]
Summary: Extend AnimationTimeline to include duration and play() → Extend AnimationTimeline to include duration
Blocks: 1762238
No longer blocks: web-animations-2
Points: --- → 1
You need to log in before you can comment on or make changes to this bug.