Animation Transitioning but not playing the animation

I currently have a ball I am trying to roll onto a button and play an animation of it clicking, I have set up the animator and bool to tell if I’m on the button or not. It goes through the transitions but the animation is never played.

Any help would be greatly appreciated =D

I have figured out my issue, not sure why I didn’t just try it sooner. I was trying to animate a child object of the button since it had 2 parts the base an the button itself, not sure why it wasn’t working exactly but all did was break the button back up into its 2 parts and the animation now plays