I have an AnimationPlayer animating the RectScale of a button.
I set the Pivot point to exactly the center of the button, this way it looks like it is shrinking and growing. However, the when I turn on the player, the animation choppy.
If I set the Pivot to (0, 0). all of the sudden the animation is crystal smooth. Yet the animation doesn't look natuaral as it it coming out of the top left of the image.
Is there a way to have the pivot in the center AND have smooth animation?