Measured entry
animata-blur-out-up
text-effectspatialmotion on file
A client-side React text cycler that reveals copy word by word, then lifts and blurs it out before swapping to the next phrase. It ships as a shadcn registry item with a shared TextAnimator runtime and Tailwind-based stylesheet. It declares no packages, but relies on React, the Web Animations API, sibling runtime files, and the @/lib/utils cn helper.



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 | 30.6 KB (96.0 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 25.66s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/animata/text/text-animator.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A focused choice for decorative rotating copy, with useful tuning hooks and a convincing exit treatment. The shared runtime is a lot to adopt for one effect, though. It needs a shadcn-style setup, and essential messaging deserves a persistent fallback plus reduced-motion handling.
Use it if
- You need a rotating hero tagline or short status phrase with a word-by-word entrance and airy upward exit.
- You want control over the copy cycle, hold, gap, travel, and entrance or exit behavior through props.
- Your app already has a shadcn-style Tailwind setup and can absorb the shared text animation runtime.
Skip it if
- The text is essential content that must stay continuously visible and present in the document.
- You need a built-in reduced-motion mode rather than adding that behavior yourself.
- You want a self-contained component without shared runtime, stylesheet, alias, or utility dependencies.
Install
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn app, copy the component plus its TextAnimator, stylesheet, and demo-class helper; add a cn utility or rewrite that import; configure the @ alias; and ensure Tailwind understands the stylesheet's @reference and utility directives. Also provide a client-rendered React environment with the Web Animations API.
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/codse/animataAlternatives
Other published entries for the text-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- uilayouts-randomized-text-effectdark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.5KB
- Bare
- pass
- Prov
- NO
- uilayouts-randomized-text-unveildark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- fancy-scramble-indark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 17.8KB
- Bare
- pass
- Prov
- NO
- magicui-aurora-textaurora-mesh
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- magicui-highlighterskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 24.8KB
- Bare
- pass
- Prov
- NO
- fancy-text-along-pathspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 25.7KB
- Bare
- pass
- Prov
- NO