UNPKG

jquery-appear-original

Version:

It implements a custom 'appear'/'disappear' events which are fired when an element became visible/invisible in the browser view port.

41 lines (40 loc) 1.05 kB
{ "name": "jquery-appear-original", "title": "jQuery Appear/Disappear", "description": "It implements a custom 'appear'/'disappear' events which are fired when an element became visible/invisible in the browser view port.", "keywords": [ "event", "appear", "disappear" ], "version": "0.6.2", "author": { "name": "Andrey Sidorov", "email": "takandar@gmail.com", "url": "https://github.com/morr/jquery.appear/blob/master/AUTHORS.txt" }, "main": "index.js", "maintainers": [ { "name": "Andrey Sidorov", "email": "takandar@gmail.com" } ], "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/MIT" } ], "homepage": "https://github.com/morr/jquery.appear", "demo": "http://morr.github.com/appear.html", "issues": "https://github.com/morr/jquery.appear/issues", "devDependencies": { "eslint": "5.11.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.3" }, "peerDependencies": { "jquery": ">=1.7" } }