简体   繁体   中英

More than one animation in CSS3

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.

-webkit-transform: rotate(360deg) scale(1,1);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM