Motion
Animation wrapper components using Framer Motion for staggered group animations. Provides MotionGroup (parent) and MotionItem (child) with pre-configured variants.
Import
import { MotionGroup, MotionItem } from 'reablocks';
MotionGroup
Container that staggers children animations.
MotionGroup Props
Extends Framer Motion HTMLMotionProps<'div'>, plus:
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode |
[Description truncada. Veja o README completo no GitHub.]