Skip to content

jforaker/jQuery-FadeInAmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A jQuery plugin that incrementally fades in elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published