Jump to content
Search Community

Kffein

Premium
  • Posts

    1
  • Joined

  • Last visited

About Kffein

Contact Methods

Kffein's Achievements

  1. Hi there I've noticed that v3 gsap timelines don't have `removeCallback` method but simply a `remove` method Here the updated snippet : const myCb = ()=>{...} animation.add(myCb, 2) // THEN simply animation.remove(myCb) https://greensock.com/docs/v3/GSAP/Timeline/remove()
×
×
  • Create New...