Table of Contents

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

label string

The variant label to activate. Must not be null.

transition StyleTransitionConfig

See Transition.

holdSec float?

See HoldSec.

Returns

AnimationSequenceStep