Jump to content
Search Community

Can't get ScrollSmother / Velocity to work

phirein test
Moderator Tag

Recommended Posts

That sounds like you may be using a build system that doesn't understand modules in which case you should import from the /dist/ directory to get UMD files, like: 

 

// ES6 (apparently your environment doesn't like it):
import ScrollSmoother from "gsap/ScrollSmoother";

// UMD (more compatible):
import ScrollSmoother from "gsap/dist/ScrollSmoother";

Or maybe you're using an old version of some of the GSAP files? Or you didn't register ScrollSmoother/ScrollTrigger? Tough to say without a minimal demo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...