Desktop optimized

Please maximize your browser window or use a larger screen to explore the component library.

Go to home

Fluid Ink Reveal

A tactile, physics-based text reveal component. Splinters text into words or characters and scales them in with a highly customizable GSAP elastic spring effect, triggered on scroll.

Last Modified:Aug 17, 2026

Install

CLI

fluid-ink-reveal
$pnpm dlx shadcn@latest add https://ui.satisium.com/r/fluid-ink-reveal.json

Or install a specific demo variant:

fluid-ink-headline-demo
$pnpm dlx shadcn@latest add https://ui.satisium.com/r/fluid-ink-headline-demo.json

Or install a specific demo variant:

fluid-ink-paragraph-demo
$pnpm dlx shadcn@latest add https://ui.satisium.com/r/fluid-ink-paragraph-demo.json

Manual

1. Install Dependencies

Dependencies
$pnpm add gsap @gsap/react clsx tailwind-merge

2. Add Source Code

Props

PropTypeDefaultDescription
textstringRequiredThe full string of text to reveal.
asReact.ElementType"h1"The HTML tag to render as.
splitBy"word" | "char""char"Whether to split and animate by word or individual character.
startBlurstring"12px"The starting blur size of the ink blob.
durationnumber1.4The duration of the reveal for each individual element.
delaynumber0Delay before the animation begins (in seconds).
staggernumber0.08The stagger delay between each element revealing.
viewportOncebooleantrueIf true, plays once. If false, seamlessly reverses on scroll away.
triggerStartstring"top 90%"Viewport threshold for when the animation should start.