Returns the progress of an animation, ignoring smoothing effects.
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:
Code
progress = Animation:GetProgress()
Returns:
progress - Progress of the animation: between 0.0 (at start) and 1.0 (at end) (number)