@keyframes bounce-once{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-bounce-once{animation:bounce-once 1s ease-in-out}