Summary
Eases a
double
value
using a user-defined cubic bezier curve.
Good for custom easing functions that doesn't quite
fit with the built-in ones.
- Namespace
- Avalonia
.Animation .Easings - Interfaces
- Base Types
-
- object
- Easing
Syntax
public class SplineEasing : Easing, IEasing
Constructors
Properties
Methods
Name | Value | Summary |
---|---|---|
Ease |
double |
Returns the value of the transition for the specified progress.
|
Parse |
Easing |
Parses a Easing type string.
Inherited from Easing
static
|