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
Or install a specific demo variant:
fluid-ink-headline-demo
Or install a specific demo variant:
fluid-ink-paragraph-demo
Manual
1. Install Dependencies
Dependencies
2. Add Source Code
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | Required | The full string of text to reveal. |
as | React.ElementType | "h1" | The HTML tag to render as. |
splitBy | "word" | "char" | "char" | Whether to split and animate by word or individual character. |
startBlur | string | "12px" | The starting blur size of the ink blob. |
duration | number | 1.4 | The duration of the reveal for each individual element. |
delay | number | 0 | Delay before the animation begins (in seconds). |
stagger | number | 0.08 | The stagger delay between each element revealing. |
viewportOnce | boolean | true | If true, plays once. If false, seamlessly reverses on scroll away. |
triggerStart | string | "top 90%" | Viewport threshold for when the animation should start. |