https://github.com/hanielu
Hover → element lifts → mouse loses contact → flickers forever
Fix: separate trigger from animated child.
Parent gets hover, child gets the movement.
In Tailwind:
<div class="group">
<div class="group-hover:-translate-y-6">
</div>
Hover → element lifts → mouse loses contact → flickers forever
Fix: separate trigger from animated child.
Parent gets hover, child gets the movement.
In Tailwind:
<div class="group">
<div class="group-hover:-translate-y-6">
</div>
made with svelte + motion-sv
made with svelte + motion-sv