[Webkit-unassigned] [Bug 19028] Implement CSS Animation (with keyframes, events, interfaces, etc)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 12:17:41 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19028





------- Comment #6 from simon.fraser at apple.com  2008-05-13 12:17 PDT -------
> Why are we removing duplicate properties here?

It's possible to end up with two "cAnimateAll" transtisions, e.g. for
properties like:
-webkit-transition-property: "color", "left";

Note the quotes, which result in parsing failure. It's hard to throw those away
at parsing time, because the comma-separated values have to be kept in sync
with transition-duration etc.


-- 
Configure bugmail: http://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