A plugin to do something when the document scroll to somepalce
Prerequisites:
- zepto 1.2.0 event fx / jQuery
$ git install --save into-view
import IntoView from './../index.js'
window.intoView = new IntoView()
intoView.whenScrollTo(200, function () {
console.log('yes')
})
intoView.whenIn($('#el1'), function () {
console.log('#el', this)
})
Name | Type | Default | Description |
---|