🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

FadeInAmate is a lightweight jQuery plugin used to fade in elements sequentially with a custom slide down animation when the page loads.

fade fade-in

Documentation

jQuery FadeInAmate

A simple plugin to animate fade in of page elements

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="dist/jquery.fadeInAmate.min.js"></script>
  3. 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?) });

Demo

License

MIT License


You May Also Like