Jump to content
Search Community

studio mast

Premium
  • Posts

    3
  • Joined

  • Last visited

About studio mast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

studio mast's Achievements

  1. Hi, I was wondering if Greensock has a similar fade up animation on codepen as aos https://michalsnik.github.io/aos/ (first fade up div). I was already looking in your codepen library but after a long time, I still didn't find anything similar. Thank you. L
  2. Thank you very much! 'Import scrollSmoother' was not showing in the 'GSAP 3 Install Helper'. Maybe it can help future users.
  3. Hi, I have a Gsap shockingly green membership and I want to install scroll smoother. I followed all the steps of the install video / dashboard guidelines. First I created a .npmrc file with vim ~/.npmrc and paste in the dashboard token. After this I did the npm command: npm install gsap@npm:@gsap/shockingly I work with Vitejs and in my javascript I placed: import { gsap } from "gsap/dist/gsap"; import { ScrollTrigger } from "gsap/dist/ScrollTrigger"; gsap.registerPlugin(ScrollTrigger, ScrollSmoother); import { gsap } from "gsap/dist/gsap"; import { ScrollTrigger } from "gsap/dist/ScrollTrigger"; gsap.registerPlugin(ScrollTrigger, ScrollSmoother); GSAP and scrolltrigger works fine (when I don't include the scrollsmoother) But when I include the ScrollSmoother I got this message in the console: Uncaught ReferenceError: ScrollSmoother is not defined
×
×
  • Create New...