[Webkit-unassigned] [Bug 64591] Use requestAnimationFrame callbacks to pump CSS animations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 27 18:37:14 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64591
James Robinson <jamesr at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #100998|review? |review-
Flag| |
--- Comment #6 from James Robinson <jamesr at chromium.org> 2011-07-27 18:37:14 PST ---
(From update of attachment 100998)
View in context: https://bugs.webkit.org/attachment.cgi?id=100998&action=review
R- for naming nits and because I don't think this handles state transition events (animationstart, animationend, animationiteration) correctly for background tabs. I believe that they should all still fire at the expected times even when requestAnimationFrame isn't pumping at all. To do this you might need to set some explicit Timers in addition to the requestAnimationFrame mechanism just for animation state transitions, and use requestAnimationFrame() just for intermediate ticks.
> Source/WebCore/ChangeLog:8
> + No new tests. (OOPS!)
You'll need to edit or remove this line
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list