if (_hasAnimator && _animator.GetCurrentAnimatorStateInfo(0).IsTag("Damaged"))
{ targetSpeed = 0.0f; }
みたいなので特定のアニメーション中に速度ゼロにして停止すればいいんじゃね