A text animation that swaps the letters vertically on hover.
pnpm dlx shadcn@latest add https://atlasui.dev/r/letter-swap-html.json
Pass class="letter-swap" and data-text="Your Text" to your text element.
class="letter-swap"
data-text="Your Text"
<p class="letter-swap" data-text="Hello World">Hello World</p> <span class="letter-swap" data-text="Atlas UI">Atlas UI</span>
data-text
string
data-reverse
boolean
false
true
data-stagger-duration
number
0.02
data-stagger-from
first | last | center
first
On This Page
Contribute