Stuttering AnimationPlayer when animating Control node positions

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By petr0m

When using the AnimationPlayer to animate Positions of multiple Control nodes at once at a very low speed I get a very unfluent and stuttery movement. Changing the update method does not help.

Is that related to the Control nodes in general? I could convert the control Nodes to Node2Ds which will probably fix it. But I wanted to understand why it did not work with the Control nodes.