animation tree problem: Character not immediately switching

Godot Version

godot 4.3

Question

how do make the animation switch when an input is being pressed on the animation tree. i have it already on immediate yet it is still making the full animation play

(im trying to switch from just to swipe)

Maybe your condition is being reset to false too soon, before the animation tree can process it?

Maybe using travel instead of auto+condition would produce apt code?