How to make second animation start in a last position that first animation finished


Hello. I have two branches of animation walking and throwing in animator. I want to happen throwing after walking. of course it happens but throwing animation starts when in a position that walking started. I want it starts when walking animation ends, and throwing starts automatically.

Use an exit time of 1.01 (or somthiong similar) for the transition to ensure the walking clip is played fully and then reverted to the beginning before starting the throwing one.