The hover-flicker bug that haunts many devs:
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>
29.01.2026 09:17
👍 2
🔁 0
💬 0
📌 0