Scroll-triggered text reveal with multiple split modes.
npx chaos add reveal-textimport { RevealText } from '@/components/chaos/text/reveal-text';
<RevealText>This text reveals on scroll</RevealText>
<RevealText splitBy="char" direction="fromLeft">Character by character</RevealText>
<RevealText effect="blur" highlight>With blur effect</RevealText>