RESOLVED WORKSFORME 42920
-webkit-transition behaves strangely with background: -webkit-gradient
https://bugs.webkit.org/show_bug.cgi?id=42920
Summary -webkit-transition behaves strangely with background: -webkit-gradient
kylef
Reported 2010-07-23 17:03:43 PDT
When you have a transition on a background with webkit-gradient it doesn't transform properly. In the example I have attached the transform does nothing when applying a gradient, and when you remove it. It will pop to the to colour of the gradient and then fade to the background color.
Attachments
Example html code (984 bytes, text/html)
2010-07-23 17:04 PDT, kylef
no flags
kylef
Comment 1 2010-07-23 17:04:24 PDT
Created attachment 62476 [details] Example html code
Simon Fraser (smfr)
Comment 2 2010-12-06 10:50:10 PST
background-image doesn't support transitions. background-color does, and your example is animating it from blue to transparent. So this is working as designed.
Simon Fraser (smfr)
Comment 3 2011-01-04 21:04:21 PST
*** Bug 46082 has been marked as a duplicate of this bug. ***
Simon Fraser (smfr)
Comment 4 2011-01-04 21:04:29 PST
*** Bug 42274 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.