Closed
Bug 998245
Opened 11 years ago
Closed 8 years ago
Implement enough of Web Animations API to be able to inspect CSS Animations and CSS Transitions
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: birtles, Assigned: birtles)
References
Details
(Keywords: meta)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Meta bug for implementing this set of features.
In particular I imagine this includes:
AnimationTimeline
currentTime
getAnimationPlayers
Animatable
getAnimationPlayers
AnimationPlayer
source (or whatever it gets renamed to)
currentTime (seeking)
startTime
pause()
TimedItem (or whatever it gets renamed to)
timing
activeDuration?
localTime?
Timing
delay
fill
iterations
duration
direction
easing
Animation
effect
target?
KeyframeEffect
getFrames
Assignee | ||
Comment 1•10 years ago
|
||
Based on the work going on under bug 999922 etc. it's now possible to create a very elementary version of Element.getCurrentPlayers().
Assignee | ||
Comment 2•8 years ago
|
||
I think the last of the dependent bugs (bug 1108055) was fixed in 45 so this is now fixed.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Depends on: 1198708
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•