logo

Rolling Letters

A smooth rolling animation that reveals text letter by letter from bottom to top. Each character rolls up into view with a smooth easing, creating a dynamic and engaging text reveal effect.

"Creativity is intelligence having fun."

- Albert Einstein

Basic Usage

Import and use the RollingLetters component with customizable animation properties.

Loading...

Props

PropTypeDefaultDescription
childrenReactNoderequiredThe text content to animate.
delaynumber50Delay between each letter animation in ms.
smokeybooleantrueEnables the blur and scale "smokey" effect.
thresholdnumber0.1Intersection observer threshold.
rootMarginstring'0px'Intersection observer root margin.
onAnimationComplete() => void-Callback when animation completes.

Tip: Use Alt + / to navigate