[Solved] Animator not transitioning out of animation

I have a simple animator:

3024876--226092--upload_2017-4-8_0-36-54.png

I have an int Parameter called Moving. The condition for Moving Up is Moving Greater than 0. The condition for Moving down is moving is less than 0. The condition for Idling is Moving equals 0.

The problem is that after Moving Up / Down, the character will not transition into Idling state when setting Moving to 0.

This is my current setting for Moving Up and Moving Down.

I’ve been trying to fix this for a couple hours so far but no success.

Well what do you know. Not even 10 minutes after posting this, it solved itself. I didn’t make any code changes since I was previewing everything inside the editor. Notsure what happened.