Example #1
0
 internal void PauseAnimation()
 {
     nextAnimator?.Stop();
     nextAnimator?.ResetAnimations();
     nextAnimator = null;
 }