jquery.scrolling
Version:
A lightweight jQuery plugin for detecting Viewport scrolling. It implements a custom 'scrollin'/'scrollout' events which are fired when an element come inside / goes outside the browser viewport.
42 lines • 1.08 kB
JSON
{
"name": "jquery.scrolling",
"title": "jQuery Scrolling",
"description": "A lightweight jQuery plugin for detecting Viewport scrolling. It implements a custom 'scrollin'/'scrollout' events which are fired when an element come inside / goes outside the browser viewport.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"event",
"scrolling",
"scroll",
"scrollin",
"scrollout",
"appear",
"disappear",
"jquery",
"plugin"
],
"version": "0.1.20150317",
"author": {
"name": "Darkseal",
"email" : "web@ryadel.com",
"url": "https://github.com/darkseal/jquery.scrolling/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Darkseal",
"email" : "web@ryadel.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/darkseal/jquery.scrolling",
"demo": "http://darkseal.github.io/jquery.scrolling/demo.html",
"issues": "https://github.com/darkseal/jquery.scrolling/issues",
"dependencies": {
"jquery": ">=1.5"
}
}