Property Easing
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Easing
Easing mode. Applied as the inline transition-timing-function style.
Defaults to EaseOut (for enter). Presets in StyleTransition.cs configure enter/exit easing separately.
Ignored when Type is Spring: the physics integration IS the
curve. Also ignored when Type is Bezier: the
BezierX1/BezierY1/BezierX2/BezierY2 control
points ARE the curve (an exact numeric one no EasingMode keyword can express).
public EasingMode Easing { get; init; }
Property Value
- EasingMode