new-data-services / tailwindcss-animated

Extended animation utilities for Tailwind CSS
https://tailwindcss-animated.com
MIT License
744 stars 10 forks source link

Issue with animation on appear and on hover #22

Open kli-syska opened 1 month ago

kli-syska commented 1 month ago

Hi,

The initial animation, animate-flip-down, seems to run again when i un-hover from my div. It seems the issue is with combining animations during on-appear and on-hover:

class="flex flex-col justify-center items-center min-w-56 w-full h-52 rounded-3xl border-2 shadow-xl animate-flip-down animate-ease-in-out hover:animate-wiggle"

Is this normal with CSS, or is this the specific config?

Thanks!