Click or drag to resize
AB4D logo

KeyFrameBaseEasingFunction Field

EasingFunction can be specified to provide custom interpolation between key frames. In case this value is not set (is null), then linear interpolation is used. When the function is defined it gets a double parameter value between 0 and 1 and should return a value between 0 and 1. Standard easing function are defined in EasingFunctions class.

Namespace: Ab3d.Animation
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Func<double, double> EasingFunction

Field Value

FuncDouble, Double
See Also