Method To
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
To(string, StyleTransitionConfig?, float?)
Activates label on the sequence's coordinator — feeds straight into
V.Motion(animate:, transition:). Descendant Motions with no own animate inherit it
exactly as they do for any hand-toggled label, including StaggerChildrenSec fan-out when
transition declares it — "one at a time" across a list of such descendants needs
no separate multi-target API.
public static AnimationSequenceStep To(string label, StyleTransitionConfig? transition = null, float? holdSec = null)
Parameters
labelstringThe variant label to activate. Must not be null.
transitionStyleTransitionConfigSee Transition.
holdSecfloat?See HoldSec.