Measured entry

eldora-blur-in-text

text-effectspatialmotion on file

A client-side React heading that fades from blurred to sharp on mount. It ships as a shadcn registry TypeScript component, uses Motion for animation and clsx for class composition, and relies on Tailwind utility classes plus the host project's font-display token for its intended styling.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of eldora-blur-in-text at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-blur-in-text at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-blur-in-text at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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.

Harness measurements recorded for eldora-blur-in-text
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal58.2 KB (123.6 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A focused, dependable entrance effect with clean runtime and accessibility checks. Its narrow API keeps adoption easy, but the fixed heading element and missing reduced-motion handling make it better as a starting point than a universal typography primitive.

Use it if

  • You need a short hero heading to resolve into focus when the page mounts.
  • Your React interface already uses Tailwind and can absorb a small registry component.
  • A fixed top-level heading is appropriate at the point where the component will render.

Skip it if

  • You need configurable heading semantics, since the component always renders a top-level heading.
  • Your motion policy requires an explicit reduced-motion fallback, which this source does not include.
  • You want word-by-word or replayable animation rather than one blur-and-fade entrance.
  • Adding Motion for a single decorative text entrance is not worth the dependency cost in your project.

Install

Installation record for eldora-blur-in-text
Declared dependenciesmotion, react, clsx
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, add Motion and clsx, copy the client component, and ensure Tailwind processes its utility classes. Define the font-display token or replace that class, and add a reduced-motion behavior if your accessibility policy requires one.

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.

License
MIT
Record published
2026-08-13

Alternatives

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.