[Webkit-unassigned] [Bug 54647] New: Transitioning between transform:translate() with different units buggy
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 17 06:23:22 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54647
Summary: Transitioning between transform:translate() with
different units buggy
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh Intel
URL: http://oli.jp/bugs/browser/transform-translate.html
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: webkit.org at boblet.net
When transitioning between two transform:translate() values, the transition only works correctly if both pre- and post-transition translate states use the same length units.
* In WebKit Version 5.0.3 (6533.19.4, r78685) & Safari Version 5.0.3 (6533.19.4) when the transform:translate() units differ and the transition is stopped before completing, the transition jumps to the end translate state before reverting at a higher speed to finish at the correct time
* In Chrome 9.0.597.102 (and Opera 11.01) if transform:translate() length units differ (initial = px, :hover = %), then the change is instant and the transition is ignored.
* Firefox 4 beta 8 gets a gold star for rendering as expected
http://oli.jp/bugs/browser/transform-translate.html
--
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