Open kli-syska opened 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!
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!