Himas Rafeek
Posted on: 1 year ago
CSS

CSS Rotate Animation

How to create animate rotation for a element.


                                          -webkit-animation: spin 4s linear infinite;
-moz-animation: spin 4s linear infinite;
animation: spin 4s linear infinite;