Jump to content
Search Community

AdamsCode

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by AdamsCode

  1. @OSUblake Any further updates on this? I'm expierencing the same issue, the only way I can import it now is by using the below method. 

     

    The problem is this is causing serious headaches while trying to cleanup ScrollTriggers. 

     

     
        onMount(() => {
            const { ScrollTrigger } = await import('gsap/ScrollTrigger');
            gsap.registerPlugin(ScrollTrigger);
        });
     
     
×
×
  • Create New...