Property BezierX1
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
BezierX1
First control point's X (only meaningful when Type is Bezier).
CSS cubic-bezier(x1,y1,x2,y2) parameter order. X must stay in [0,1] (a timing function must be
monotone in time); a value outside that range is invalid per the cubic-bezier() spec and
degrades to the default curve below with a one-shot warning, rather than being silently clamped.
Defaults to cubic-bezier(0.4, 0, 0.2, 1) — the exact curve the
bundled USS only approximates with the ease-in-out keyword.
public float BezierX1 { get; init; }
Property Value
- float