Bug 52091 - [mac] Hardware and software driven animations in the same :hover are out of sync with each other
Summary: [mac] Hardware and software driven animations in the same :hover are out of s...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-07 17:02 PST by James Robinson
Modified: 2011-01-07 17:11 PST (History)
3 users (show)

See Also:


Attachments
test case (570 bytes, text/html)
2011-01-07 17:04 PST, James Robinson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2011-01-07 17:02:46 PST
Will attach test page.
Comment 1 James Robinson 2011-01-07 17:04:56 PST
Created attachment 78290 [details]
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.