there is a node node I move it to the left, at a certain moment I stop, then I start the animation that moves the element to the right, but here’s the problem - does the element start moving from the zero point, how to make the zero point move to the end point of the first one? In other words: when the first animation It is lost, and it is stopped, it would be nice to get the very point where it stopped, so that the second one starts from the same point ...

  • Attach the sample code you are using. Most likely, you specify the initial position of the one in which the node was before you shift. - Andrew Bystrov
  • No, I mean the position that the node received during the animation, when it stopped. - AseTry
  • tobish moved, moved, moved, and stopped. in the nth second, and you need to get a position when it stops ... - AseTry

0