Documentation Index
Fetch the complete documentation index at: https://docs.sure-developer.com/llms.txt
Use this file to discover all available pages before exploring further.
Presence
Presence wraps children in Framer Motion AnimatePresence. Use it around conditional or list-rendered motion nodes so exiting children can animate out.
API
Props
| Prop | Type | Description |
|---|---|---|
initial | boolean | Passed to AnimatePresence. |
mode | 'sync' | 'wait' | 'popLayout' | Presence mode. Invalid values are ignored. |
custom | any | Custom data passed to Framer Motion. |
presenceAffectsLayout | boolean | Passed through when boolean. |
propagate | boolean | Passed through when boolean. |
