[Webkit-unassigned] [Bug 114501] AnimationController: set timer delay to 0.016 in the BlackBerry port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 12 03:42:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114501





--- Comment #3 from Arvid Nilsson <anilsson at rim.com>  2013-04-12 03:40:47 PST ---
The thing I told berto about was: Another approach we have been discussing at BlackBerry is to hook up the AnimationController to the requestAnimationFrame mechanism. Then it would not have to use a Timer at all, and wouldn't have to hard code any timeout.

It would perhaps be good if we could prioritize the tasks performed when RAF fires, so that JS handlers fire first (so they can start/stop animations, modify DOM etc) and then the AnimationController gets to run its native handlers.

-- 
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