Advertisement · 728 × 90

Posts by Haniel

Video

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>

2 months ago 3 0 0 0
Video

it's morphin' time 🪄

made with svelte + motion-sv

2 months ago 20 1 0 1