MynduiMyndui
0
Scroll to reveal

Great interfaces read like a sentence — one idea resolving into the next. As you scroll, each word settles into focus, pacing attention exactly where it belongs.

Scroll Text Reveal

tsx
import { ScrollTextReveal } from "@/components/myndui/scroll-text-reveal";export function ScrollTextRevealDemo() {return (  <ScrollTextReveal as="p" className="text-2xl font-semibold leading-relaxed text-foreground">    Great interfaces read like a sentence — one idea resolving into the next. As you scroll, each word settles into focus, pacing attention exactly where it belongs.  </ScrollTextReveal>);}