@keyframes splash-spin{0%{animation-timing-function:ease-in;transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes splash-bounce{0%{transform:scale(1)}35%{transform:scale(1.18)}60%{transform:scale(.94)}to{transform:scale(1)}}.animate-splash-spin{animation:.9s linear infinite splash-spin}.animate-splash-bounce{animation:.42s cubic-bezier(.34,1.56,.64,1) splash-bounce}
