Property DurationSec
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
DurationSec
Animation duration (seconds). Applied as the inline transition-duration style. Ignored when Type is Spring: a spring's settle time is decided entirely by Stiffness / Damping / Mass, not a fixed duration. For Bezier it IS the (fixed) duration, exactly as for a plain tween — only the easing sampling differs.
public float DurationSec { get; init; }
Property Value
- float