Jump to content
Search Community

Maor Zigel

Members
  • Posts

    2
  • Joined

  • Last visited

Maor Zigel's Achievements

2

Reputation

  1. Wow Thanks... I so used to arrow functions that I didn't remember when not to use them... Much appreciated!
  2. 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!!!
×
×
  • Create New...