You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'd like to use tween.js for animation (and this library is awesome).
I need it to go from objectA to objectB. ObjectB is also constantly moving (including DURING the animation). I need to update the .to() position. Can we do that with the actual structure? I haven't found any issue or docs related to this problem.
Do we need a fonction let's say called "updateTo()" to do that? Cheers