Table of Contents

Property Initial

Namespace
Velvet
Assembly
Velvet.Docs.dll

Initial

Mount-time starting variant label. When this Motion sets Initial + Animate + Variants, the enter starts the element at variants[Initial] and transitions to variants[Animate] (which it then rests at, persistently) using the Transition timing. Works the same whether this Motion is the direct child of an AnimatePresence or mounts standalone — Framer parity: initial/animate apply to any motion.* component; AnimatePresence is only required for Exit. Null = no variant initial state.

public string? Initial { get; init; }

Property Value

string