Returns the current state of the animation group's progress.
Returns the current state of the animation group's progress.
Signature:
Code
progress = AnimationGroup:GetProgress()
Returns:
progress - Value indicating the current state of the group animation: between 0.0 (initial state, child animations not yet started) and 1.0 (final state, all child animations complete) (number)