jQuery easing functions without using a plugin

Provided that you follow the BSD licensing provisions, you can cherry-pick the easing functions that you want directly from the jQuery UI source code. Note that some of these functions depend on other functions within the list. To view and compare these easing functions in action, see: http://api.jqueryui.com/easings/ /* * jQuery Easing v1.3 – http://gsgd.co.uk/sandbox/jquery/easing/ … Read more