반응형
WOW.js: Reveal animations as you scroll
WOW.js makes it easy to call CSS animations as your user scrolls down the page. It does not require jQuery, is only 3kb, and is easy to use.
Homepage: http://mynameismatthieu.com/WOW/
GitHub: https://github.com/matthieua/WOW
Docs: http://mynameismatthieu.com/WOW/docs.html
GitHub: https://github.com/matthieua/WOW
Docs: http://mynameismatthieu.com/WOW/docs.html
Reveal CSS animation as you scroll down a page. By default, you should use it to trigger animate.css animations. But you can easily change the settings to your favorite animation library.
Advantages:
- Smaller than other javascript parallax plugins, like Scrollorama (they do fantastic things, but can be too much heavier for simple needs)
- Super simple to install, and works with animate.css, so if you already use it, that will be very fast to setup
- Fast execution and lightweight code: the browser will like it ;-)
- You can change the settings - see below
LIVE DEMO ➫
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[javascript] InstantClick: A JavaScript library to speed up your site (0) | 2014.02.18 |
---|---|
[jQuery] Lazy Load Plugin for jQuery: Load pages faster and reduce server load (0) | 2014.02.17 |
[jQuery] SVGMagic: Full-featured SVG fallback (0) | 2014.02.06 |
[jQuery] You Might Not Need jQuery: A guide to figure it out (0) | 2014.02.06 |
[javascript] Nightwatch: Easy browser automated testing (0) | 2014.02.03 |