locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.54k stars 1.11k forks source link

anchor link to a section breaks with locomotive scroll #523

Closed bacoder1 closed 8 months ago

bacoder1 commented 8 months ago

Hello 👋

What is the proper way to link a section on a page using locomotive scroll ?

I have two section links on my page: home and about. Both of them do not work when you are below the respective sections.

When the about link is clicked from the home section, it does scroll properly, but all of the content above is removed, other sections load in late and there is extra space at the bottom.

This only goes back to normal when the home link is clicked. Actually, that is the only instance where the home link works.

What am i doing wrong here ?

codepen: https://codepen.io/bacoder1/pen/PoVqagy

Thank you 👊