← All presets
Foundationper-character

Soft Blur

Per-character blur and lift — Apple Intelligence's signature reveal.

Installation

Install command, JSON spec, and reference code are part of mutype.

$79 $59 launch — one license, every platform, lifetime updates.

View pricing →

Props

PropTypeDefaultDescription
specAnimationSpecAnimation spec object (imported from components/mutype/specs/<id>).
textstringThe text to animate.
as"span" | "div" | "h1"–"h4" | "p""span"The HTML element to render.
triggerKeystring | numberRe-runs the animation when the value changes.
duration_multipliernumber1Scales duration_ms and stagger_ms uniformly. >1 slower, <1 faster.
y_travel_multipliernumber1Multiplier on y_px values; useful to dampen lift on small text.
forceReducedMotionbooleanfalseForces the reduced-motion fallback even when the user has not opted in (testing).
onFinished() => voidFires once when the enter phase completes (not on cancel).
classNamestringTailwind / CSS class names. Forwarded to the host element.

Usage notes

Best on hero titles 48px+ on solid backgrounds. For body text under 24px, lower blur_px to 6 and stagger_ms to 15. Avoid on strings >40 chars; switch target to 'per-word' there.

Inspired by Apple Intelligence, Apple keynote intros, iPhone product page headlines..