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