@keyframes spinBounce{0%{transform:rotate(0deg);animation-timing-function:ease-out}40%{transform:rotate(1turn) scale(1.05);animation-timing-function:cubic-bezier(.28,1.25,.32,1)}50%{transform:rotate(370deg) scale(.98)}60%{transform:rotate(1turn) scale(1)}80%{transform:rotate(1turn)}90%{transform:rotate(1turn)}to{transform:rotate(1turn)}}.spin-bounce{display:inline-block;animation:spinBounce 3s infinite}