You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue component that helps you run a function when the node comes into view.
4
+
5
+
## Installation
6
+
7
+
Install the package from npm by running
8
+
9
+
```
10
+
$ yarn add 'vue-visibility-trigger'
11
+
```
12
+
13
+
or
14
+
15
+
```
16
+
$ npm install --save 'vue-visibility-trigger'
17
+
```
18
+
19
+
## Usage
20
+
21
+
Import, register and place the component in your Vue app. Attach a function to react to the 'scrollIn' event with 'v-on:scrollIn="..."' or '@scrollIn="..."'.
0 commit comments