Measured entry
eldora-fade-up-text
text-effectspatialmotion on file
A client-side React heading that fades and rises into place with a spring animation. It ships as a shadcn registry item, uses Motion for animation and clsx for class composition, and expects Tailwind utility classes plus a font-display token. It renders the supplied text inside a fixed heading element.



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.2 KB (123.6 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A tidy, working headline entrance with no provider requirement, but it is less flexible than its demo implies. Use it when Motion is already present and the fixed heading semantics fit. Otherwise, a small local variant should add reduced-motion handling, viewport triggering, and a configurable element.
Use it if
- You need a short hero headline to animate as soon as the component mounts.
- Your app already uses Motion and Tailwind, so the added conventions fit the stack.
- A fixed top-level heading is appropriate for the page structure.
Skip it if
- You need the animation to begin only when the text enters the viewport.
- You need selectable heading levels, rich text, or children rather than a plain text prop.
- You want to avoid adding Motion for a single introductory effect.
- Your product must respect reduced-motion preferences without modifying the component.
Install
| Declared dependencies | motion, react, clsx |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
Install Motion and clsx alongside React, configure Tailwind to scan the component, and define the font-display utility or replace it with an available font class. Keep the client directive in frameworks that separate server and client components. No context provider is required.
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/karthikmudunuri/eldorauiAlternatives
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