/ Published in: CSS
How to create animate rotation for a element.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite;