Skip to content

Animation GetProgress

LaYt edited this page Oct 3, 2022 · 1 revision

Returns the progress of an animation, ignoring smoothing effects. The value returned by this method increases linearly with time while the animation is playing, while the value returned by Animation:GetSmoothProgress() may change at a different rate if the animation's smoothing type is set to a value other than NONE.

Signature:

progress = Animation:GetProgress()

Returns:

  • progress - Progress of the animation: between 0.0 (at start) and 1.0 (at end) (number)

Clone this wiki locally