react-reveal
react-reveal copied to clipboard
Issue with SSR and Fade animation
Hey, We are using the react reveal on list of items that when scrolled are appeared with fade animation. The Fade is wrapping each element on the list. It's working great in client side rendering but we also have SSR and in SSR it is flickering. Using the ssrReveal is not an option for us as we do want to display the list as it was rendered on server and don't want to delay it. I wonder if there another way to prevent the flickering or at least a way not to do animation on the items that are already visible. What we did is to not add the Fade wrap on SSR but only on CSR but the result is that user see the animation on the visible items when CSR ends. Is there a way to prevent the animation on the visible items ?
Thanks in advance!!
@noakorkus , did you guys maybe get a work around for this issue?