A scroll-triggered masked slide-up text reveal animation.
Made by AxylInstallation
Usage
Props
| Prop | Type | Default |
|---|---|---|
text? | string | "" |
children? | ReactNode | - |
as? | keyof JSX.IntrinsicElements | "p" |
splitBy? | "lines" | "words" | "chars" | "lines" |
delay? | number | 0 |
duration? | number | 0.8 (lines), 0.6 (words), 0.4 (chars) |
stagger? | number | 0.08 (lines), 0.06 (words), 0.01 (chars) |
yPercent? | number | 110 |
once? | boolean | true |
viewportMargin? | string | "0px 0px -25% 0px" |
className? | string | - |
unitClassName? | string | - |
Credits
Inspired by Annnimate. Reimplemented for Motion and React.
Built by Axyl. The source code will be available on GitHub soon.
Last updated: 6/9/2026