Thanks to visit codestin.com
Credit goes to github.com

Skip to content

clark-pan/Bounce-Function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

This is a function to generate a bounce easing function.

Usage :

$.extend($.easing, {
	customBounceEase : makeBounceFunction(.5)
});

$("#foo").animate({
	top : 400
}, 400, 'customBounceEase');

About

A bounce easing function generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published