Micro-interactions

Intro Animation

Pro

A wind front sweeps the wordmark right to left. The instant it reaches a glyph the text hands off to a baseline-aligned field of GPU grain — same pixels, same colour, no seam — which peels crown-first and drifts away as smoke through a curl field. The backdrop opens behind it to reveal the page. Mount it over your app and unmount on onDone.

Install

Props

What It Demonstrates

Reveal
Content is uncovered gradually, often by animating a clip-path or mask.
Enter / Exit
The animation an element plays when it's added to or removed from the screen.
Stagger
Animate several items one after another with a small delay between each, creating a cascade.
Page transition
An animation that plays when navigating from one page or route to another.
Perceived performance
The right animation makes an interface feel faster, even when it isn't.
Hardware acceleration
Animating transform and opacity lets the GPU keep motion smooth.
Linear
Constant speed. Avoid for UI; reserve for spinners or marquees.
Reduced motion
Respecting the user's prefers-reduced-motion setting by toning down or removing motion.

Related Components

Appears In