InterpolationType Enumeration

Contains the interpolation types, which indicate the type of curve between keyframes of the same type.

Member Name Description
Bezier A Bézier curve.
Cosine A cosine curve.
EaseIn A linear and logarithmic curve, with a definable point where the animation changes from one interpolation to the other.
EaseOut An exponential and linear curve, with a definable point where the animation changes from one interpolation to the other.
Exp An exponential curve.
Linear A linear curve.
Log A logarithmic curve.
SCurve An S-curve curve.
Sine A sine curve.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also