Css3 Transition on background transparent not working in Chrome 5
- by Ricardo Koch
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?