vue-scroll-reveal icon indicating copy to clipboard operation
vue-scroll-reveal copied to clipboard

scroll-reveal and pre-reendering

Open maxmarcon opened this issue 4 years ago • 3 comments

Ok this is less of an issue and more of a question... Does scroll-reveal work with pre-rendering (or sever-side rendering)? I created a simple page that has some scroll-revealed elements. When I pre-render the page using https://github.com/chrisvfritz/prerender-spa-plugin and I scroll down to the elements they are not shown. No errors logged to the console either. Am I missing something and is there any hope to make it work? Thanks in advance for any answer!

maxmarcon avatar Feb 23 '20 19:02 maxmarcon

If you could provide me a minimal repo that reproduces the issue, I should be able to more accurately diagnose the issue.

tserkov avatar Feb 24 '20 17:02 tserkov

Hi @tserkov thanks for offering to help. I shared my project with you and created a branch that exemplifies the problem. Just follow the instructions in the README. If you have any questions let me know:

https://github.com/maxmarcon/newsletter/tree/prerendering

maxmarcon avatar Feb 24 '20 22:02 maxmarcon

After refreshing the page, the scrolling content that needs to be displayed is hidden

BUQIANHE avatar Jul 13 '21 09:07 BUQIANHE