Isanes Francois
29 September 2024
Fixing Initial Load Issues with GSAP Scroll Animations in Webflow

This tutorial solves the common problem where scroll animations in Webflow that use GSAP don't work the first time a page is viewed, but do after a page refresh. We investigate approaches such as modifying the order in which scripts load, delaying execution with window.onload, and introducing backend delays to achieve more seamless performance.