Property OnEnterComplete
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
OnEnterComplete
Callback invoked when the enter animation completes. Fires for a variant Initial/Animate enter whether this Motion sits under AnimatePresence or mounts standalone. Invoked immediately when StyleTransitionConfig.None, and also synchronously inside Reconcile when the enter animation is skipped entirely (a presence-suppressed first mount, or a variant Motion with no resolvable initial state). On asynchronous animation completion via schedule.Execute, called outside of Reconcile, so SetState() is safe.
public Action? OnEnterComplete { get; init; }
Property Value
- Action