Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 711 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 711 Bytes

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?)
    });

License

MIT License