Here I reproduced a simple snippet with a page transition made using react-spring
.
Is there a way to restore the previous page scroll position when clicking on the browser back button?
There are many related QAs around, but I couldn't find any solution when using animation libraries
Any idea how this could be achieved?
You can call the below method when unmounting a component and preserve it.
use the preserved value of scroll y position and pass to below function.