Measured entry

ruixen-hero-title-animation

hero-effectunclassifiedmotion on file

A client-side React hero heading shipped as a shadcn registry TSX file. It measures the rendered title, then runs a timed reveal with CSS transforms, blur, and a highlight sweep. The copy is fixed in the component, styling relies on Tailwind theme utilities, and the registry declares Motion even though the source uses React timers and CSS transitions.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-hero-title-animation at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-hero-title-animation at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-hero-title-animation 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 ruixen-hero-title-animation
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal18.7 KB (84.1 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A solid fixed-purpose hero effect that builds, mounts, and stays contained across the tested layouts. Use it when the supplied sequence matches the design, but expect source edits for real content reuse, motion preferences, or configurable timing.

Use it if

  • You want a staged headline reveal for a single, prominent landing-page hero.
  • Your project already uses Tailwind theme tokens for foreground and background colors.
  • You are comfortable editing the source to replace the built-in headline copy.

Skip it if

  • You need headline text, timing, or animation phases exposed as reusable props.
  • Your accessibility policy requires an explicit reduced-motion path.
  • You want a styling-neutral component that does not depend on Tailwind utility classes.
  • You need the title to replay reliably after responsive layout or font changes.

Install

Installation record for ruixen-hero-title-animation
Declared dependenciesmotion
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn project, add the TSX file under a client-rendered React boundary, install the declared Motion package, configure Tailwind, and provide foreground and background theme tokens. No provider is required. The current source does not import Motion, so teams may remove that declared dependency after confirming their copied version matches.

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.

Alternatives

Other published entries for the hero-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.