Micro-interactions

Corner Letters

Four glyphs pinned to the container corners that blur-and-scale in on mount and dissolve out on exit.

Install

bun add motion

Props

PropTypeDefaultDescription
visiblebooleantrueMounts and unmounts the glyphs — toggle to replay.
stiffnessnumber120Spring stiffness of the entrance.
blurnumber8Blur the glyphs travel from and to.
scaleFromnumber1.5Starting scale of each glyph.
offsetnumber4Inset from the corners.
sizenumber32Glyph font size.
colorstring (hex)"#a855f7"Glyph color.

What It Demonstrates

Enter / Exit
The animation an element plays when it's added to or removed from the screen.
Blur
A blur filter used to soften an element or mask tiny imperfections.
Scale in
Element grows from smaller to full size as it appears, often paired with a fade.
Stagger
Animate several items one after another with a small delay between each, creating a cascade.

Related Components

Appears In