@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin 20s linear infinite}@keyframes spin-animation{0%{transform:rotate(0deg)}to{transform:rotate(var(--rotate-deg))}}.spin-animation{animation:spin-animation 10s cubic-bezier(.22,1,.36,1) forwards}