I am using Locomotive Scroll, which creates an amazing momentum scroll but kinda messes up anchor tag smooth scrolling.
My site has a wrapper div that wraps around all of my elements save for a custom cursor shape and a navbar. This wrapper serves as the data-scroll-container for all of the elements on the page to create a killer momentum scroll.
I have a navbar full of anchor tag links that when clicked, they need to scroll down to respective sections of a specific ID.
Is there a way, when the link is clicked, to smooth scroll down to a section of a specific ID? If smooth scroll is not possible in a scrolljacked site, is there a way to teleport to the section?