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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of magicui-animated-list at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of magicui-animated-list at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of magicui-animated-list 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 magicui-animated-list
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal54.0 KB (118.6 KB build, 64.6 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for magicui-animated-list
Declared dependenciesmotion
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno 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.

License
MIT
Record published
2026-08-12

Alternatives

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.