Scroll Based Character Reveal Demo
atlas-ui/scroll-based-character-reveal-demoFreeExample
Example showcasing a character reveal effect which animates the opacity of the character as you scroll.
Live preview
live · rendered by the registry
Rendered by atlas-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://atlasui.dev/r/scroll-based-character-reveal-demo.jsonSource
1import { ScrollBasedCharacterReveal } from "@/registry/react/atlasui/scroll-based-character-reveal";23export const ScrollBasedCharacterRevealDemo = () => {4 return (5 <div>6 <div className="flex h-svh items-center justify-center text-xl font-medium">7 Scroll to see magic :)8 </div>910 <ScrollBasedCharacterReveal text="AtlasUI is an open-source library offering a suite of prebuilt animated components for React, Next.js, and Vanilla JS." />1112 <div className="flex h-svh items-center justify-center text-xl font-medium">13 Loved it? Star us on GitHub!14 </div>15 </div>16 );17};
What it pulls in
Other registry items
Files it writes
More from atlas-ui
All 99 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Animated Mobile Navbar Demoanimated-mobile-navbar-demo | atlas-ui | Examples | Free | no deps | |
| Animated Mobile Navbaranimated-mobile-navbar-html-demo | atlas-ui | Examples | Free | 1 dep · 3 files | |
| Animated Mobile Navbar Side Exampleanimated-mobile-navbar-side-example | atlas-ui | Examples | Free | no deps | |
| Blend Mouse Trailer Demoblend-mouse-trailer-demo | atlas-ui | Examples | Free | no deps | |
| Blend Mouse Trailerblend-mouse-trailer-html-demo | atlas-ui | Examples | Free | no deps · 3 files | |
| Blob Mouse Trailer Demoblob-mouse-trailer-demo | atlas-ui | Examples | Free | no deps | |
| Blob Mouse Trailerblob-mouse-trailer-html-demo | atlas-ui | Examples | Free | no deps · 3 files | |
| Box Reveal Demobox-reveal-demo | atlas-ui | Examples | Free | no deps |
