Measured entry
ruixen-blurred-stagger-text
badgeunclassifiedmotion on file
A client-side React text reveal that splits a string into individual animated spans inside a paragraph, fading and sharpening each character in sequence. It ships as a shadcn registry component, imports motion/react, and uses Tailwind utility classes for width, typography, wrapping, and inline character layout.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 58.1 KB (123.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A focused, portable reveal effect that builds and mounts cleanly without framework plumbing. Use it for brief display copy, but its per-character animation and notable Motion bundle cost are hard to justify for an ordinary badge or body text.
Use it if
- You need a short headline, label, or status phrase to reveal once on mount.
- Your app already uses Motion and can absorb another client-rendered animation.
- You want editable source with a single text prop and no provider setup.
Skip it if
- You need a semantic badge element rather than an animated paragraph.
- You are minimizing client bundle cost for a small text treatment.
- Your motion policy requires a built-in reduced-motion fallback.
- You need word-level timing, replay controls, or configurable animation settings.
Install
| Declared dependencies | motion |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn React project, copy the component into your source tree, install Motion, preserve the client-component directive where required, and provide Tailwind utilities or replace the class names with equivalent CSS. No context provider or shadcn helper is needed.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/ruixenui/ruixen.comAlternatives
Other published entries for the badge pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-badgeneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- clay-badgeclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- ruixen-load-rippleunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- kibo-listminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 42.4KB
- Bare
- pass
- Prov
- NO
- tripled-auto-revealing-heading-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.3KB
- Bare
- pass
- Prov
- NO
- tripled-dynamic-tag-cloud-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 61.0KB
- Bare
- pass
- Prov
- NO