Text Reveal

Text that reveals word by word with scroll-driven animation.

textrevealscrollanimated

Installation

Terminalbash
npx motioncraft add text-reveal

Usage

text-reveal.tsxtsx
import { TextReveal } from "@/components/text/text-reveal";

<TextReveal>This text reveals as you scroll</TextReveal>

Props

PropTypeDefaultDescription
children*stringText to reveal
classNamestringAdditional CSS classes

Related Components