chrishurlburt / vue-scrollview

A Vue.js component for detecting when components are visible in the viewport via the Vue.js scoped slots api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-scrollview

npm vue2

ScrollView Logo

ScrollView is a Vue.js plugin that includes a set of components and methods for facilitating UI interactions tied to scrolling in your app. For example, ScrollView may be used to create infinitely scrolling content, trigger lazy load resources, animate components based on visibility with a third-party library like GreenSock, or easily create UI elements such as scrollspy navigations.

For more information & examples, Read the documentation located here.

About

A Vue.js component for detecting when components are visible in the viewport via the Vue.js scoped slots api.

License:MIT License


Languages

Language:JavaScript 98.9%Language:Vue 1.1%