[Webkit-unassigned] [Bug 52091] [mac] Hardware and software driven animations in the same :hover are out of sync with each other

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 17:04:56 PST 2011


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





--- Comment #1 from James Robinson <jamesr at chromium.org>  2011-01-07 17:04:56 PST ---
Created an attachment (id=78290)
 --> (https://bugs.webkit.org/attachment.cgi?id=78290&action=review)
test case

When hovering the cyan rectangle, the blue and green rectangles should animate to the right and stay in sync.  The blue rectangle animates left, the green rectangle animates -webkit-transform: translateX().  In chrome (which drives both animations in software) the two are in perfect sync.  In Safari on Snow Leopard (Which drives the green rectangle's animation via CoreAnimation), the two are a good bit out of sync.

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