Sets the smoothing type for the animation. This setting affects the rate of change in the animation's progress value as it plays.
Signature:
Animation:SetSmoothing("smoothType")
Arguments:
smoothType
- Type of smoothing for the animation (string
)IN
- Initially progressing slowly and accelerating towards the endIN_OUT
- Initially progressing slowly and accelerating towards the middle, then slowing down towards the endNONE
- Progresses at a constant rate from beginning to endOUT
- Initially progressing quickly and slowing towards the end