forked from zeusdeux/isInViewport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathisInViewport.jquery.json
More file actions
28 lines (28 loc) · 844 Bytes
/
isInViewport.jquery.json
File metadata and controls
28 lines (28 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "isInViewport",
"title": "isInViewport.js",
"description": "An ultra-light jQuery plugin that tells you if the element is in the viewport, but with a twist.",
"keywords": [
"viewport",
"isInViewport",
"scroll"
],
"demo": "http://experiments.muditameta.com/isInViewport/",
"version": "2.2.3",
"author": {
"name": "Mudit Ameta",
"url": "http://www.muditameta.com/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zeusdeux/isInViewport/blob/master/license.md"
}
],
"bugs": "https://github.com/zeusdeux/isInViewport/issues",
"homepage": "https://github.com/zeusdeux/isInViewport",
"docs": "https://github.com/zeusdeux/isInViewport",
"dependencies": {
"jquery": ">=1.0"
}
}