so my gsap duration is longer than next requestAnimationFrame(), lets say 2secs
my ques:
will it destroy my program in long run?
should i bother about it and optimize it?
will it create multiple gsap threads?
how to optimize/destroy old gsap in next requestAnimationFrame?