is-in-viewport
Version:
An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.
29 lines (28 loc) • 743 B
JSON
{
"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://isinviewport.mudit.xyz/",
"version": "3.0.4",
"author": {
"name": "Mudit Ameta",
"url": "https://mudit.xyz"
},
"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.7.0"
}
}