Interface: PresenceProps
@arolariu/components / motion/Presence / PresenceProps
Interface: PresenceProps
Defined in: motion/Presence.tsx:9
Represents the configurable props for the Presence component.
Properties
present
present:
boolean
Defined in: motion/Presence.tsx:13
Whether the child should be mounted and visible.
children
children:
ReactNode
Defined in: motion/Presence.tsx:17
The animated child element.
mode?
optionalmode?:"wait"|"sync"|"popLayout"
Defined in: motion/Presence.tsx:22
AnimatePresence mode.
Default
"sync"
// was this page useful?