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