Reveal Effect Example 2
atlas-ui/reveal-effect-delay-exampleFreeExample
Example of Reveal Effect with a custom delay.
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/reveal-effect-delay-example.jsonSource
1import { RevealEffect } from "@/registry/react/atlasui/reveal-effect";23export const RevealEffectDelayExample = () => {4 return (5 <div className="flex flex-col items-center space-y-2">6 <RevealEffect speed="fast">7 <p className="text-xl font-semibold">I'm First.</p>8 </RevealEffect>910 <RevealEffect delay={0.2}>11 <p className="text-xl font-semibold">I was delayed by 0.2 seconds.</p>12 </RevealEffect>1314 <RevealEffect delay={0.5}>15 <p className="text-xl font-semibold">I was delayed by 0.5 seconds.</p>16 </RevealEffect>17 </div>18 );19};
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 |
