Open
Bug 2006263
Opened 5 months ago
Updated 2 months ago
Extend AnimationTimeline to include duration
Categories
(Core :: DOM: Animation, enhancement)
Core
DOM: Animation
Tracking
()
NEW
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.
| Reporter | ||
Updated•3 months ago
|
Whiteboard: [scrollanimation:mvp]
| Reporter | ||
Updated•3 months ago
|
Summary: Extend AnimationTimeline to include duration and play() → Extend AnimationTimeline to include duration
| Reporter | ||
Updated•3 months ago
|
No longer blocks: web-animations-2
Updated•2 months ago
|
Points: --- → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•