react-reveal
react-reveal copied to clipboard
On changing page without refresh animation not loading
So having an issue at moment and was wondering if there is a solution for it.
Basically when I open a page it works perfect scrolls down and loads when should but then if I go to another page by route and scroll the first parts dont work and then works at bottom but only if my page is longer then the previous page. It requires me to refresh to get it to work correctly so seems to be a route issue but tried a few things and nothing helps.
Guess this library is dead ?
I have a similar issue. It works perfectly fine on the initial render but after my animating component rerenders, it does not work. It's not even a routing issue. It seems like it can not keep up with the scroll position state after React renders the animating component.
I am facing the same issue with this. It does not work when the page is re-renders.