Measured entry
motion-primitives-animated-group
transition-effectspatialmotion on file
A client-side React wrapper distributed as a shadcn registry component. It uses motion/react to animate a container and each direct child on mount, with built-in transition presets, custom Motion variants, and configurable wrapper element types.



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 | 58.2 KB (123.6 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A practical, flexible entrance wrapper that builds and mounts cleanly without framework scaffolding. Use it when Motion is already justified; for a single reveal, the dependency cost and extra wrapper around every child may be hard to defend.
Use it if
- You need a short staggered entrance for a list, heading group, or onboarding sequence.
- Your project already uses Motion and can absorb another client-side animation component.
- You want presets for common entrances but still need an escape hatch for custom variants.
Skip it if
- The content must remain static or respect a strict no-motion product policy without extra adaptation.
- You want scroll-triggered, exit, or interaction-driven sequencing rather than an animation that starts on mount.
- You cannot accept a Motion dependency for a small reveal effect.
- You need true slot-style child composition, since asChild selects a wrapper element instead of merging props into the child.
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 Motion, copy the client component into your source tree, and ensure the app supports React client components and TypeScript JSX. No provider or registry utility is required.
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/ibelick/motion-primitivesAlternatives
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
- ruixen-glass-shipment-flowliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 60.0KB
- Bare
- pass
- Prov
- NO
- magicui-animated-listunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 54.0KB
- Bare
- fail
- 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