[Webkit-unassigned] [Bug 111244] Animations fail to start on http://www.google.com/insidesearch/howsearchworks/thestory/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 19 15:04:09 PDT 2013


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





--- Comment #6 from James Simonsen <simonjam at chromium.org>  2013-03-19 15:06:36 PST ---
It looks like r139509 won't help here. This site has a proper polyfill, so it should pick up the unprefixed requestAnimationFrame() first, which is based on performance.now() values.

Does ToT have window.performance.now() defined? Without that, it'd definitely be broken.

If that's the case, we need to either enable performance.now(), or disable requestAnimationFrame() and only provide webkitRequestAnimationFrame() if now() isn't available.

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