YouTip LogoYouTip

Api Easings

jQuery UI API – Easings

jQuery UI API – Easings

jQuery UI Tutorial

jQuery UI Themes

jQuery UI Widget Factory

jQuery UI Reference

jQuery UI Examples

jQuery UI API – Drop Effect

jQuery UI API – .effect()

jQuery UI API - Easings

Easing functions specify the speed of the animation at different points. jQuery core includes two easings: linear, which moves the entire animation at a constant speed, and swing (the default easing in jQuery core), which moves slightly slower at the beginning and end of the animation than in the middle. jQuery UI provides some additional easing functions, ranging from variations on swing behavior to custom effects like bounce.

Some easings produce negative values during an animation. Depending on the animated property, the actual value may be zero. For example, you can have a negative left value, but you cannot have a negative height or opacity value.

To better understand how an easing affects an animation, spend some time studying the equation graphs. See the graphs for all available easings in jQuery UI below.

← Api EffectApi Drop Effect β†’