@keyframes h{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}@keyframes i{0%,to{transform:rotate(1turn)}50%{transform:rotate(180deg)}}.animate-spin-stop{animation:h 4s ease-in-out infinite;background-color:none}.animate-spin-stop:hover{animation-play-state:paused}.animate-spin-stop:hover~.animate-spin-stop{animation-name:i}.box{animation:j 20s infinite;animation-direction:alternate;position:relative}@keyframes j{0%{left:100%}to{left:-50%}}
