0.0.4 • Published 5 years ago

vue-intersection-obs v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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=""/>
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago