Skip to content

Miss1White/animate-easing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

animate-easing

##easing

Link: All easing

###Template:

$('#myDiv').animate(
    { opacity: 0 }, // what we are animating
    {
        duration: 'fast', // how fast we are animating
        easing: 'swing', // the type of easing
        complete: function() { // the callback
            alert('done');
        }
    });

About

easing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published