[Webkit-unassigned] [Bug 74229] New: background-image transitions trigger between equivalent images
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 9 17:03:45 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74229
Summary: background-image transitions trigger between
equivalent images
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: InRadar
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: timothy_horton at apple.com
When testing equality for implicit animations, we're not testing equivalence of StyleImages, we're testing pointer equality. This isn't useful and ends up causing a ton of extra implicit animations which needn't happen.
This is especially visible on YouTube, which has -webkit-transition: all set, and causes excessive loads there.
<rdar://problem/10558627>
--
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