1.0.3 • Published 7 years ago

scrollloading v1.0.3

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

scrollloading

when document scroll to bottom will load data,下拉加载

Install

 npm install scrollloading --save

Use

import ScrollLoad from 'scrollloading'
ScrollLoad.onscroll(function(){
  console.log('已滚动到底部,have scroll to bottom');/**when scrollbar turn to bottom distance 50px 
                                                   will trigger this callback**/
});