@keyframes bounce-x{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateX(0)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateX(4px)}}.group:hover .group-hover\:animate-bounce-x{animation:bounce-x .8s infinite}