﻿jQuery.extend(jQuery.easing,{easein:function(F,G,H,I,J){return jQuery.easing.easeInQuad(F,G,H,I,J)},easeout:function(F,G,H,I,J){return jQuery.easing.easeOutQuad(F,G,H,I,J)},easeinout:function(F,G,H,I,J){return jQuery.easing.easeInOutQuad(F,G,H,I,J)},expoin:function(F,G,H,I,J){return jQuery.easing.easeInExpo(F,G,H,I,J)},expoout:function(F,G,H,I,J){return jQuery.easing.easeOutExpo(F,G,H,I,J)},expoinout:function(F,G,H,I,J){return jQuery.easing.easeInOutExpo(F,G,H,I,J)},bouncein:function(F,G,H,I,J){return jQuery.easing.easeInBounce(F,G,H,I,J)},bounceout:function(F,G,H,I,J){return jQuery.easing.easeOutBounce(F,G,H,I,J)},bounceinout:function(F,G,H,I,J){return jQuery.easing.easeInOutBounce(F,G,H,I,J)},elasin:function(F,G,H,I,J){return jQuery.easing.easeInElastic(F,G,H,I,J)},elasout:function(F,G,H,I,J){return jQuery.easing.easeOutElastic(F,G,H,I,J)},elasinout:function(F,G,H,I,J){return jQuery.easing.easeInOutElastic(F,G,H,I,J)},backin:function(F,G,H,I,J){return jQuery.easing.easeInBack(F,G,H,I,J)},backout:function(F,G,H,I,J){return jQuery.easing.easeOutBack(F,G,H,I,J)},backinout:function(F,G,H,I,J){return jQuery.easing.easeInOutBack(F,G,H,I,J)}});