프로그래밍/Script
[javascript] WOW.js: Reveal animations as you scroll
홍반장水_
2014. 2. 11. 11:11
반응형
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 ➫
반응형