[webkit-reviews] review requested: [Bug 81484] [chromium] Animation events should only be used for synchronizing animation start times : [Attachment 132827] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 08:14:34 PDT 2012


vollick at chromium.org has asked	for review:
Bug 81484: [chromium] Animation events should only be used for synchronizing
animation start times
https://bugs.webkit.org/show_bug.cgi?id=81484

Attachment 132827: Patch
https://bugs.webkit.org/attachment.cgi?id=132827&action=review

------- Additional Comments from vollick at chromium.org
Eliminated animation finished events. Animations will finish naturally on the
main thread and the final values will be set.

Animation started events are now also used to synchronize the main thread
animations' start times with their impl thread equivalents, preventing skew.
Until main thread animations receive their synchronized start times, they will
apply their initial values (i.e., they will be paused at time zero). This
guarantees that we will not jump to the animation's final value on the main
thread while we wait for the synchronized start time.


More information about the webkit-reviews mailing list