Animations
MorphTransition
Smooth fade/scale transition triggered when its key prop changes, ideal for route or state changes.
Preview:1280px
Dashboard
Current view content
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| transitionKey | string | — | Changing this value triggers the transition. |
| children | ReactNode | — | Content to transition. |
| className | string | — | Additional CSS class names. |