Jump to content
Search Community

Polfunus

Premium
  • Posts

    6
  • Joined

  • Last visited

About Polfunus

Polfunus's Achievements

  1. Hi everyone, Rodrigo could find the problem: I installed three different gsap packages (the public one, the bonus.tgz file and with the token.) So I deleted my package-lock.json and pushed those changes to my repo. After that everything worked fine. Thank you Rodrigo and Cassie for all your time and effort, I really appreciate it! Best, Paul
  2. Hi, thank you all for your help! But I still get a failed Deployment with the message: Module not found: Can't resolve 'gsap/dist/GSDevTools' Module not found: Can't resolve 'gsap/dist/DrawSVGPlugin' I followed the guide in the docs, but maybe I'm missing something. If it has to be, i could give you my repo.
  3. I use Next.js, with Typescript. The tip with the window didn't change anything. ( Maybe it's because I already marked the Component as a Client-Component) Registering useGSAP Hook also didn't help, i use it on other components without it and they all work. When i use "gsap/DrawSVGPlugin" as import, the build fails, with this error message: Module not found: Can't resolve 'gsap/DrawSVGPlugin' Heres a screenshot of my package.json ( maybe it helps )
  4. Hi, I have a Problem with my project on Vercel and GSAP Bonus Plugins. I don't know if i can paste the code in CodePen since it's Typescript and Next.js so i added some screenshots of the code. Locally everything works fine, but on Vercel i get this Building Log Errors: I have generated a PRIVJS_TOKEN and installed all Bonus Plugins via npm locally. In the console of the browser i get this errors:
  5. I have a problem with ScrollSmoother. I have a section where I can click on a read more link, which makes the section higher, and pushes the following content down. But the Scroller / height of the wrapper doesn't update, which means the content under this section gets lost/ or i can't scroll down to it. How can I tell ScrollSmoother to update? Or are there any other things i could do?
×
×
  • Create New...