Delegate EasingFunction
An EasingFunction describes how much to modify a scalar value based on the current time, the start value, the change in value, and the duration.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public delegate double EasingFunction(double currentTime, double startValue, double byValue, int duration)
Parameters
Type | Name | Description |
---|---|---|
double | currentTime | |
double | startValue | |
double | byValue | |
int | duration |
Returns
Type | Description |
---|---|
double |