Slider Mode

Slider Mode

With Evo Slider plugin, you can create three different sliders: horizontal accordion, fading slider, and scrolling slider. You simply edit the mode option to change the slider mode.

The following code example shows how to create a horizontal accordion slider:

var myEvoSlider = $("#mySlider").evoSlider({
    mode: "accordion"
});
                

To create a fading slider, simply change the mode option to "slider", or enter "scroller" to create a scrolling slider.

Lists of mode option:

  1. "accordion": creating horizontal accordion slider.
  2. "slider": creating fading slider.
  3. "scroller": creating scrolling slider.