You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why we wouldn't want the option to easily reset all child animations? I was having an animation bug because I was being dumb and thought that resetAnimation() would reset all the child animations too.
The text was updated successfully, but these errors were encountered:
Thanks! The reason I'm leaning more towards a single method is that then it's clear to users what this method would do. Otherwise if we had resetAnimations() and resetAllChildAnimations() there's a little more room for interpretation in my mind.
Is there any reason why we wouldn't want the option to easily reset all child animations? I was having an animation bug because I was being dumb and thought that
resetAnimation()
would reset all the child animations too.The text was updated successfully, but these errors were encountered: