Hi Rafael!
We just found this last week as well, we have the Jira ticket DEF-1972 for this.
Your observation that it works with go.animate() is a nice clue. Thx!
Is this a 1.2.86 thing or is there any progress about this situation, I just realized that my gui elements hanged out around screen. So much code relied on this feature.
DEBUG:SCRIPT: vmath.vector3(800, 0, 0) – from position
DEBUG:SCRIPT: vmath.vector3(800, -925, 0) – To position
DEBUG:SCRIPT: vmath.vector3(800, -786.65252685547, 0) --animation finished position
Hi @ArmandCloud.
No that issue hasn’t been fixed yet I’m afraid.
In the meantime, a workaround could perhaps be to set the “to” value inside the completed callback, once the x-component has finished the animation.