jQuery FadeInAmate
A simple plugin to animate fade in of page elements
Usage
-
Include jQuery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
-
Include plugin's code:
<script src="dist/jquery.fadeInAmate.min.js"></script>
-
Call the plugin:
$(".some-element").fadeInAmate({ initialDelay: 900, fadeInSpeed: 1000, animationDelay: 500, bounce: true //will slide down your element (maybe bounce is not the right word?) });