@keyframes myAnim{0%{rotate:1turn}to{rotate:0deg}}.pulse{animation:myAnim 2s linear infinite}