forked from martinjlowm/AnimationGroup
-
Notifications
You must be signed in to change notification settings - Fork 0
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)