[Webkit-unassigned] [Bug 25476] REGRESSION (r42987): Welcome to Safari 4 animation is jittery

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 09:10:06 PDT 2009


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





------- Comment #3 from simon.fraser at apple.com  2009-04-30 09:10 PDT -------
The image code doesn't know that an animation is happening, so doing that would
 be hard.

The real problem here is that you're rounding after a CSS transform has been
applied (and the transform is being animated). Is there a way we can round only
when we know that we're not inside a CSS transform?

I think the change shoujld be backed for for now.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list