Some would call that a "feature"   Keep in mind that most browsers throttle the requestAnimationFrame to 2fps or less in an inactive tab, so that could be the issue especially if you're using the latest version of GSAP (1.12.x) which has the lagSmoothing() feature enabled. Read about it at http://www.greensock.com/gsap-1-12-0-performance/   There are two things you could do: Force the engine to use setTimeout() instead of requestAnimationFrame so that the "ticks" remain relatively consist
    • Like
    4