I have a cube and plays animation that is move from x=1 to x=5 within 2 seconds
So after this animation the position is x=5
After that goes another animation that scales my cube from 1x to 5x
BUT!
it starts playing from x=1 so my first animation doesn’t save the coordinates and the next animation works incorrectly
I need to have
- go from x=1 to x=5
- scale from 1x to 5x (and remain new location of course)