how to make an animation stop immediatly unity code example
Example: how to stop animation unity
myAnimation.gameObject.GetComponent<Animator>().enabled = false;
myAnimation.gameObject.GetComponent<Animator>().enabled = false;