It's hard to troubleshoot live site. I would start by disabling whatever you're using to do the smooth scrolling, adding will-change: transform; to any elements you are animating with transforms, and fix the source of this problem. It looks look you are trying to create a ScrollTrigger on every single scroll.    
    • Like
    1