SmoothMode

Edit

Different ways to interpolate between animation keyframes.

ValueDescription
step The animated property will snap to the nearest keyframe.
linear The animated property will linearly interpolate between keyframes.
cubic The animated property will follow a smooth curve between nearby keyframes.

See also