@tpbradley
Hi Tom,
I was looking at the Timeline and noticed that ScrollTrigger.min.js is flooding the timeline, even long after the page is loaded. I know it’s not your guys script, but it definitely is chewing up alot of processing time. Seems like it might be repeatedly firing an event listener, but definitely strange when no scrolling is going on.
1 Like
Scrolltrigger is for the reveal animations (and other components we have planned) - those are still a WIP.
I believe currently the scrolltrigger.min.js file is always included, we’ll make sure it’s only included when required.
1 Like
Removing when not needed is fine, but when it’s required it needs to behave
The scrolltrigger.min.js file is actually from GSAP, one of the best animation libraries out there. Having used GSAP before, I have no doubt that it functions exactly as expected.
1 Like