How do i get rid of Animation Transition?

With the animator controller, when making a transition from one block to another the animations blend in this window how do i get rid of blend so it instantly changes?

Set your transition duration to 0

That didn’t work it still blends the animations.

Another way is to put it on a higher level then it will override any lower level …

How would i do that?

Which version are you using?

In the animator window select the layers tab then the + button to add the new layer, then add the animation the the new higher layer and it will override the lower layer.

Make sure you set the weight to 1 in the new layer else you won’t see the animation play

Unity 5, the most recent one!

the most recent is 5.1.2p3, we did fix some issue with transition duration set to 0 in 5.0.x release cycle.
If you can try to update to the latest one.