Jump to content
Search Community

Smooth anchor links from different subpages

Clou test
Moderator Tag

Recommended Posts

Hi, how achieve smooth scroll to anchor? I have a section with id #... Cant find and docs for this...

 

This is my code for smooth scroll:

    gsap.registerPlugin(ScrollTrigger, ScrollSmoother);
 
    ScrollTrigger.normalizeScroll(true);
 
    let smoother = ScrollSmoother.create({
        smooth: 2,
        effects: true,
        smoothTouch: 0.1
    });
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...