breadadams / scroller-motion

🛹 Elegant motion scrolling for React
https://scroller-motion.js.org
MIT License
67 stars 5 forks source link

Cannot use ids to scroll to specific element #40

Closed Redoxahmii closed 1 year ago

Redoxahmii commented 1 year ago

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

breadadams commented 1 year ago

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

Redoxahmii commented 1 year ago

Thank you for guidance.

Redoxahmii commented 1 year ago

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.