Table of Contents

Property DelaySec

Namespace
Velvet
Assembly
Velvet.Docs.dll

DelaySec

Animation start delay (seconds). Applied as the inline CSS transition-delay style. Foundation for stagger (sequentially delayed animations). 0 means no delay (default). Negative values are ignored (transition-delay is not set; behaves as no delay). Note: currently a single delay shared between enter and exit. If a separate exit delay is needed, consider adding ExitDelaySec.

public float DelaySec { get; init; }

Property Value

float