New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/jquery-scrollflow-plugin/
esKju’s jQuery ScrollFlow Plugin
Enhance your website by fancy effects based on the user’s scroll index. Pop-in, pop-out, sliding, sticky notes and much more. The plugin supports mobile devices and eldered browsers. It was built using the jQuery library. Licensed under MIT and GPL licenses.
Eased animations for incremental mouse scroll-wheels
Adds fancy effects to your homepage
Customizable trough settings and CSS
Uses CSS3 transitions by default
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="js/eskju.jquery.scrollflow.js"></script>
Add “scrollflow” and at least one of the following CSS classes to the desired object(s): slide-top, slide-left, slide-right, slide-bottom, -pop, -opacity
<h1 class="scrollflow -slide-top -opacity">Slide-Top with opacity fading</h1> <p class="scrollflow -pop -opacity">Pop-Effect</p>
If you are not familiar with jQuery, please, read this tutorial for beginners.
$( document ).ready( function( ) new ScrollFlow(); );
Easy plugin, easy life. Configure things just to taste
$( document ).ready( function( ) ScrollFlow( your: "option", will: "be", the: "best" ); );