Property DelayChildrenSec
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
DelayChildrenSec
A fixed delay (seconds) added before ANY child animates. Combined with
the per-child stagger: child i is delayed by DelayChildrenSec + StaggerSec * staggerIndex(i).
public float DelayChildrenSec { get; init; }
Property Value
- float