Micro-interactions

Unfold

Pro

A row of slats that open on approach while their neighbours give up the room on a spring.

Install

Props

What It Demonstrates

Accordion / Collapse
A section smoothly expands and collapses its height to show or hide content.
Layout animation
When an element's size or position changes, it animates to the new spot instead of snapping.
Spring
Motion driven by physics (tension, mass, damping) rather than a set duration.
Stiffness / Tension
How strongly the spring pulls toward its target. Higher feels snappier.
Damping
How quickly a spring settles. Lower damping means more bounce and oscillation.
Hover effect
Visual change when the cursor moves over an element.
Layout thrashing
Animating properties like width, height, top, or left that force the browser to recalculate layout every frame, causing jank.

Related Components

Appears In