csharp
public enum TimingFunctionKindWhich shape of easing a timing function is.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
CubicBezierA cubic Bézier with two control points. Covers linear and every ease*.
StepsA step function.
SpringA damped spring. Vixen's own.
Used by (2)
- TimingFunctionVixen.Ui.Styling
- TransitionTestsVixen.Ui.Styling.Tests