Summary
Calculates spline progress from a linear progress.
- Namespace
- Avalonia
.Animation - Containing Type
- KeySpline
Syntax
public double GetSplineProgress(double linearProgress)
Parameters
Name | Type | Description |
---|---|---|
linearProgress | double | the linear progress |
Return Value
Type | Description |
---|---|
double | the spline progress |