Table of Contents

Property OnExitComplete

Namespace
Velvet
Assembly
Velvet.Docs.dll

OnExitComplete

Invoked once when every in-flight exit animation has finished (the exiting set empties). Not fired when an exit is cancelled by the key re-entering, nor for children removed without an exit animation.

public Action? OnExitComplete { get; init; }

Property Value

Action

Remarks

Equivalent to Framer Motion's onExitComplete for users migrating from Framer Motion.