Transition Rule flickering back and forth.

So i have a animation where i place a bomb, and when the animation time is done it’s supposed to return to my Idle_Walk animation. But instead it keeps flickering between the two animations at the exit transition rule from the “placing bomb” animation.

Do you have rules for your transitions set? Like, when a key is pressed, set a boolean to true. Transition to Placing Bomb rule is set to play the animation only when the key is pressed.
Then, for your return transition rule, set it to return to idle when the Placing Bomb animation is done playing.

I remade the transition rules and made it some what work, but thanks for your help anyways!