Measured entry

eldora-letter-pull-up-text

text-effectspatialmotion on file

A client-side React text entrance that lifts and fades each character into place. It ships as a shadcn registry component and depends on React, Motion, clsx, and Tailwind utility classes. Each character is rendered as its own heading element, including spaces represented by nonbreaking content.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of eldora-letter-pull-up-text at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of eldora-letter-pull-up-text at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of eldora-letter-pull-up-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-letter-pull-up-text
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor1
Gzip marginal58.3 KB (123.7 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A tidy, focused entrance effect for short display copy, but not production-ready unchanged. Its narrow-screen overflow needs responsive treatment, and the per-character heading markup should be replaced with one semantic heading containing animated spans.

Use it if

  • You need a short, single-line hero phrase to reveal letter by letter.
  • Your project already uses Motion and Tailwind utilities.
  • You can revise the rendered element semantics before using it as a real page heading.

Skip it if

  • The phrase must fit narrow screens without custom wrapping or responsive type adjustments.
  • You need clean heading semantics out of the box, since every character becomes a separate heading.
  • Your motion policy requires built-in reduced-motion handling.
  • You want to avoid adding Motion for a single decorative text entrance.

Install

Installation record for eldora-letter-pull-up-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 project, install Motion and clsx, copy the client component, and provide Tailwind with the referenced typography, spacing, shadow, tracking, and responsive utilities. Define the display-font utility or replace it with your own font class.

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.