Closed MatteoGauthier closed 2 years ago
@tserkov i saw but it don't works on top of v-for element
I am experiencing the same issue, and I am using static generation for website, with no server evolved.
I still put ssr: false
there, but it just works like regular reveal.
v-scroll-reveal='{ interval: 200 }'
Any idea how to fix this?
Im using this as a workaround:
v-for="(el, index) in array"
:key="index"
v-scroll-reveal='{ delay: (index * 200) }'
https://github.com/tserkov/vue-scroll-reveal#nuxt