Start Animation gets Interrupted

I will upload a video in just a few seconds…

I use root motion so I don’t set speed at all…WASD drives the animation thru a blendspace

W is 1
S is -1
A is -1
D is 1

I clamp it if I am crouching, walking or jogging, or running

so in theory I should be able to press some combo of buttons and it outputs forward and right values to -1 or 1 (which might be clamped depending on if I toggle run or flip flop between walk or jog…or if I toggle crouch)

start and stop take these same values to output the proper animations in those directions which are dictated by the above -1 to 1 values for WASD.