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.
27 lines (26 loc) • 582 B
JSON
{
"name": "jquery_scrollIntoView",
"version": "0.1.20150317",
"main": "jquery.scrolling.js",
"license": "MIT",
"ignore": [
],
"keywords": [
"event",
"scrolling",
"scroll",
"scrollin",
"scrollout",
"appear",
"disappear"
],
"dependencies": {
"jquery": ">=1.5"
},
"homepage": "https://github.com/darkseal/jquery.scrolling",
"authors": [
"Darkseal <https://github.com/darkseal>",
"Andrey Sidorov <https://github.com/morr>"
],
"description": "jQuery plugin for tracking element scrolling inside and outside the browser viewport"
}