CSS Rotate Animation


/ Published in: CSS
Save to your folder(s)

How to create animate rotation for a element.


Copy this code and paste it in your HTML
  1. -webkit-animation:spin 4s linear infinite;
  2. -moz-animation:spin 4s linear infinite;
  3. animation:spin 4s linear infinite;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.