This component no longer exists. It was in atlas-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Scroll Based Character Reveal
atlas-ui/scroll-based-character-reveal-html-demoRemovedExample
Example of text reveal effect which progressively reveals text character by character as you scroll using HTML, CSS, JavaScript and Motion.
Install it
npx shadcn@latest add https://atlasui.dev/r/scroll-based-character-reveal-html-demo.jsonSource
1<!doctype html>2<html lang="en">3 <head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />6 <title>Scroll Based Character Reveal Html Demo - Atlas UI</title>7 <link rel="stylesheet" href="style.css" />8 </head>9 <body>10 <div class="spacer">Scroll to see magic :)</div>11 <p class="reveal-text" id="reveal-text">12 AtlasUI is an open-source library offering a suite of prebuilt animated13 components for React, Next.js, and Vanilla JS.14 </p>15 <div class="spacer">Loved it? Star us on GitHub!</div>16 </body>1718 <script type="module" src="script.js"></script>19</html>
What it pulls in
npm packages
Other registry items
