byscroll is a very light jQuery plugin that applies CSS3 animations powered by Animate.css to HTML elements when they are rendered.
animate div on scroll jquery, animate when scrolled into view jquery, jquery animation on scroll position, scroll triggered animations, scroll down animation in jquery
How to make use of it:
1. Add the latest version of the jQuery library and jQuery byscroll plugin to your web page.
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script> <script src="js/jquery.byscroll.js"></script>
2. Add the required Animate.css
to the web page.
<link rel="stylesheet" href="css/animate.css">
3. Call the listenedByScroll()
element and apply the Animation class.
$("#item1").listenedByScroll("animated rubberBand"); $("#item2").listenedByScroll("animated flipInX"); $("#item3").listenedByScroll("animated bounceInUp"); ...
fancy scroll animations with jquery, ByScroll Plugin/Github, vertical scroll animation jquery, best scroll animation library
See Demo And Download
Official Website(ynzkai): Click Here
This superior jQuery/javascript plugin is developed by ynzkai. For extra advanced usage, please go to the official website.