@keyframes spin { 100% { transform:rotate(360deg); } } .spin { animation: spin 1.5s steps(30) infinite; }