Key |
The KeyFrameBase type exposes the following members.
Name | Description | |
---|---|---|
EasingFunction | 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. | |
FrameNumber | FrameNumber as double |