SmoothMode
EditDifferent ways to interpolate between animation keyframes.
Value | Description |
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. |