breadadams / scroller-motion

🛹 Elegant motion scrolling for React

Home Page:https://scroller-motion.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use ids to scroll to specific element

Redoxahmii opened this issue · comments

cannot use tags to scroll to a specific part of the page.

I think the Hash anchor scroll in the recipes is what you're after.

Thank you for guidance.

I think the Hash anchor scroll in the recipes is what you're after.

And using this method you cannot use Scale inside the ScrollerMotion anymore because it will not reach the element then. Should try to make it a part of the package rather than keeping it inside recipes. Currently i am multiplying and changing the value of offsetTop to make it work to some extent.