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


You need to login to view comments.