Css3 Transition on background transparent not working in Chrome 5
Posted
by Ricardo Koch
on Stack Overflow
See other posts from Stack Overflow
or by Ricardo Koch
Published on 2010-06-01T01:25:32Z
Indexed on
2010/06/01
1:33 UTC
Read the original article
Hit count: 305
I`m trying to create an animation using CSS3 transition. The animation is a gradient background that should change his color (rgba).
I used the webkit tag for the gradient and it`s working in Chrome 5.0.375.55.
Looking into w3c site I see that "background-image - only gradients" is supported for the transition. (http://www.w3.org/TR/css3-transitions/)
But I can only animate the background-color property with this version of chrome. With gradient the transition does not work.
Does anyone managed to create an animation with background gradients?
© Stack Overflow or respective owner