Apparently some browsers size things oddly, like in this case if you console.log() the innerHeight of the window and compare that to the offsetHeight of the panels, you'll see that even though the panels are set to 100vh, the browser may render them 1px taller! Since the code bases everything off of window.innerWidth including the scrollTo value, it ends up being inaccurate (1px drift for each panel, compounding as you go up). That's not a GSAP issue - it's a combination of a browser issue and l
    • Thanks
    • Like
    3