viewport-checker
viewport-checker copied to clipboard
Little utility to detect if elements are currently within the viewport :wrench:
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Since Version 2 unfortunately the plugin doesn't work very reliable anymore. With the following code the plugin adds the class to the elements which are already in the viewport on...
Hi, thanks for the plugin, i've been use it from the first version with jQuery. Now, i'm using the plugin with a Vue project with a custom directive but the...
Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...
It will be very comfortable to set `data-vp-add-class-delay` & `data-vp-remove-class-delay` in html to create complex animation scenarios.
When i change demo from here: http://www.web2feel.com/tutorial-for-animated-scroll-loading-effects-with-animate-css-and-jquery/ Remove styles for `.scrollwrapper`, set `height: 100vh` for `.spacer` and when i remove `scrollBox` in js, script stop working.
Let's say you're using this library to add an animation to an element when it scrolls into/out of view. You choose a slide animation; the element will slide in from...
Is there any way to destroy viewportChecker on elements it was earlier initialized ? I did not find something like that. Can you add **destroy** method, please ?