Measured entry
magicui-text-3d-flip
text-effect3dmotion on file
A client-side React text effect shipped as a TypeScript component through a shadcn registry. It splits plain text into graphemes, renders duplicate character faces, and uses Motion for a staggered flip on pointer hover. Styling relies on Tailwind utilities plus the shadcn cn helper backed by clsx and tailwind-merge.



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 | 52.7 KB (118.2 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 1.38s error during build: [vite:load-fallback] Could not load <sandbox>re-0c674562e06d/src/lib/utils (imported by src/cut/text-3d-flip.tsx): ENOENT: no such file or directory, open '<sandbox>re-0c674562e06d/src/lib/utils'
Verdict
A convincing option for short, optional hover accents, with useful control over the flip choreography. It builds and mounts in the prepared harness, but needs a shadcn-style setup because the bare project cannot resolve its cn utility import.
Use it if
- You want a decorative hover treatment for a short headline, wordmark, or navigation label.
- Your React app already uses Tailwind, Motion, and the shadcn utility conventions.
- You need configurable flip direction, stagger order, transition, and separate face styling.
Skip it if
- The effect must activate equally well from keyboard focus or touch, since the built-in trigger is pointer hover only.
- Your label contains icons or other meaningful rich children, because the component extracts and renders only their text.
- You are minimizing client-side animation dependencies for a small decorative flourish.
- Your design system does not provide the required Tailwind transform, backface, and line-height utilities.
Install
| Declared dependencies | motion, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, install Motion, clsx, and tailwind-merge; add a cn helper; configure the project alias used by the import or replace it with a relative path; and ensure Tailwind emits the transform, backface, positioning, screen-reader, and line-height utilities used by the component.
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/magicuidesign/magicuiAlternatives
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