Hi,   How do I fetch the Tween itself into the onUpdate function? in GSAP 2.x it was via the "{self}" like so: TweenLite.to(element, { onUpdateParams: ["{self}"], onUpdate: (tween) => { console.log(tween) } } ); but in the GSAP 3.x version via npm install gsap I can't get the tween itslef... I get the string '{self}' instead...   Please help, and Happy Tweening!!!