Hi,
Trying to wrap the GSAP into a standard interface i bumped into an issue calling .pause() method to several timelines.
Please take a look at this fiddle:
https://jsfiddle.net/_Ovidiu/x5m690Ld/
1. From drop-down selelect "Sprite animation"
2. Click "Start Animation"
3. After 3 seconds click "Pause animation"
result:
The console logs that the timeline is paused but the animation still runs.
Please help.
Thanks