Returns whether the group has finished playing. Only valid in the OnFinished and OnUpdate handlers, and only applies if the animation group does not loop.
Signature:
Code
done = AnimationGroup:IsDone()
Returns:
done - True if the group has finished playing; false otherwise (boolean)