I want to combine two animations in css3. These two are rotate and scale. How do I combine these two to active on :hover on my image.
-webkit-transform: rotate(360deg);
-webkit-transform: scale(1,1);
These are the two animations im trying to combine.
transform : something;andanimation : something;