vue-intersection-obs
v0.0.4
Published
A Vue.js component that trigger scroll event
Downloads
8
Readme
Vue Intersection observer
description
DEV Verison - not working for the moment. triggers an "interObs" event when the scroll of the page arrives at the component level.
Usage
usign npm
$ npm install vue-intersection-obs
import in our template VueJs this component :
<InterObStart @interObs=""/>
Add your function or condition in "@interObs" to trigger it by scrolling.
You can use a custom threshold with a prop "threshold"
<InterObStart @interObs="" threshold=""/>