Reputation: 4278
I am using react-springs to transition from page to page in a NextJS web app.
To reproduce the error:
You will notice that the index page scrolls to the top and then transitions to the contact page. I slowed the transition down to reveal it.
How can I prevent it from scrolling to the top of the page before transitioning to the next?
Upvotes: 1
Views: 271