Property HoldSec
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
HoldSec
How long the sequence holds on this step before advancing. On a To(string, StyleTransitionConfig?, float?) step, null derives
the hold from Transition (DurationSec + DelaySec for
Tween or Bezier, both fixed-duration); a
Spring-typed To(string, StyleTransitionConfig?, float?)
step with no explicit hold logs a warning and falls back to a fixed estimate, since a spring's
settle time is physics-derived and not statically knowable (matches
StyleTransitionConfig's own documented "DurationSec is ignored for Spring" contract).
Required on Wait(float) (negative values clamp to 0). Always 0 on Call(Action).
public float? HoldSec { get; }
Property Value
- float?