Using Easing Plugin
Using Easing Plugin
The only easing implementations in the jQuery library are the default, called 'swing', and one that progresses at a constant pace, called 'linear'. if you need more easing functions for the Evo Slider, it's available with the use of the jQuery Easing Plugin.
Here's an example of using the easeOutBounce effect from the jQuery Easing plugin:
var myEvoSlider = $("#mySlider").evoSlider({
easing: "easeOutBounce"
});