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.



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 | 18.7 KB (84.1 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | motion |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/ruixenui/ruixen.comAlternatives
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.
- tripled-glassmorphism-hero-block-shadcnuiglassmorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 30.4KB
- Bare
- fail
- Prov
- NO
- cultui-three-d-carousel3d
- Renders
- YES
- A11y
- 0
- Gzip
- 61.2KB
- Bare
- fail
- Prov
- NO
- ruixen-card-carousel-herounclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 63.3KB
- Bare
- fail
- Prov
- NO
- fancy-circling-elements3d
- Renders
- YES
- A11y
- 0
- Gzip
- 66.5KB
- Bare
- fail
- Prov
- NO
- motion-primitives-spotlightgradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 67.8KB
- Bare
- fail
- Prov
- NO
- magicui-hero-video-dialog3d
- Renders
- YES
- A11y
- 0
- Gzip
- 69.6KB
- Bare
- fail
- Prov
- NO