Hacker Text

A text animation that scrambles letters before revealing the final text.

Installation

pnpm dlx shadcn@latest add https://atlasui.dev/r/hacker-text-html.json

Usage

Define the text you want to display with Hacker text Effect in a span element with class="hacker-text". Add data-value attribute to the span element with the text you want to display, it must be the same as the text you want to display.

<span class="hacker-text" data-value="Atlas UI">Atlas UI</span>