Measured entry
magicui-animated-list
transition-effectunclassifiedmotion on file
A client-side React list that reveals children in sequence, placing each newly shown item at the top with spring-based enter, exit, and layout motion. It ships as a shadcn registry TypeScript component and depends on React, motion/react, Tailwind utility classes, and the shadcn-style cn helper.



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 | 54.0 KB (118.6 KB build, 64.6 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.03s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/animated-list.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A focused choice for staged notification demos, and the verified configured build mounts cleanly. It needs a shadcn-style setup because the source imports the project cn helper through an alias, so a bare React project fails until that wiring is supplied.
Use it if
- You need a finite notification or activity stack that unfolds automatically.
- Your app already uses Tailwind, a cn class helper, and client-side React components.
- You want callers to supply the item markup while the wrapper owns reveal timing and motion.
Skip it if
- You need a true live feed with insertion, removal, virtualization, or long-running updates.
- You require built-in list semantics, live-region announcements, or reduced-motion handling.
- You do not want to bring in the motion package for a small presentation effect.
Install
| Declared dependencies | motion |
|---|---|
| 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, add the motion package, provide a compatible cn class-merging helper or replace that call, configure the import alias or use a relative import, and supply Tailwind or equivalent styles. The host must also support client components.
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 transition-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- motion-primitives-morphing-dialogspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.2KB
- Bare
- pass
- Prov
- NO
- motion-primitives-morphing-popoverspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 17.3KB
- Bare
- pass
- Prov
- NO
- motion-primitives-animated-groupspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 58.2KB
- Bare
- pass
- Prov
- NO
- ruixen-glass-shipment-flowliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 60.0KB
- Bare
- pass
- Prov
- NO
- magicui-blur-fadedark-futuristic
- Renders
- YES
- A11y
- 0
- Gzip
- 63.2KB
- Bare
- fail
- Prov
- NO
- motion-primitives-transition-panelspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 67.8KB
- Bare
- fail
- Prov
- NO