A Vue 3 directive to wrap @jlmake's excellent ScrollReveal library.Version 2.1.0 License MIT INSTALL Type: ESM Default Version: Static Open in jsfiddle Learn more Readme Files Statistics Browse CDN Statistics month Requests 6 Bandwidth 43 kB Top version -...
// main.js import VueScrollReveal from 'vue-scroll-reveal' Vue.use(VueScrollReveal, { class: 'v-scroll-reveal', duration: 1500, scale: 0.4, distance: '700px', reset: true, mobile: false, opatity: 0, }) <template> {{ infos.h2 }} {{ infos.h3 }} ...
Sign in Sign up tserkov/vue-scroll-revealPublic Notifications Fork17 Star158 New issue jetriiopened this issueon Sep 25, 2018· 3 comments I'm not a lawyer, but I chose the MIT license because my code requires ScrollReveal as a side-loaded dependency, rather than bundling or modifying it ...
module.exports={plugins:[{src:'~/plugins/vue-scroll-reveal',ssr:false}],} License While the code within this component (tserkov/vue-scroll-reveal) isMIT-licensed, ScrollReveal isGPL3-licensed, and requires the purchase of aCommercial Licenseif you want to use it in a closed-source project...
vue-scroll-reveal tserkov esm A Vue 3 directive to wrap @jlmake's excellent ScrollReveal library.Version 2.1.0 License MIT INSTALL Version: Static Open in jsfiddle Learn moreReadme Files Statistics Browse CDN Statistics Requests 0 Bandwidth 0 Top version - 0 Full vue-scroll-reveal Download ...
It seems that when scrolling is not smooth, all content on the page will already be visible when you scroll down to it. If I scroll down a page, it might work fine initially, but then the bug is triggered, and all the remaining elements become visible. Usually this is only triggered ...
A Vue directive to wrap @jlmake's excellent ScrollReveal library. - Pull requests · vv13/vue-scroll-reveal