vue-scroll-reveal
vue-scroll-reveal copied to clipboard
A Vue directive to wrap @jlmake's excellent ScrollReveal library.
Hello, I tried to install this plugin in my Nuxt 3 (rc3) app. I registered the plugin as scroll-reveal.client.ts and added v-scroll-reveal to my html element, but get a Vue...
Is there a property to dynamically turn the entire scroll reveal on or off? For example ``` ``` I tried this but it didn't work ``` ```
I imported the library into my project but when I activated the library using Vue.use I got this error "Uncaught TypeError: undefined is not a non-null object" I didn't do...
I've added cleanup: true in the plugin options setup, however it's not cleaned up after the reveal is done, the styles are still there. Is it not supported in this...
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....
Hey This is only happening on the latest version of OSX Safari from my testing, you can view it in action by visiting this website [https://skyfoundry.agency](https://skyfoundry.agency) and clicking on the...
I am using Node.js `v18.18.2` and Nuxt.js `v3.8.0` and I am getting this error: ```bash [Vue warn]: Failed to resolve directive: scroll-reveal [nitro] [unhandledRejection] TypeError: Cannot read properties of undefined...
// main.js import VueScrollReveal from 'vue-scroll-reveal'; Vue.use(VueScrollReveal);