Click or drag to resize
AB4D logo

KeyFrameBase Fields

The KeyFrameBase type exposes the following members.

Fields
 NameDescription
Public fieldEasingFunction 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.
Public fieldFrameNumber FrameNumber as double
Top
See Also