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:
- "accordion": creating horizontal accordion slider.
- "slider": creating fading slider.
- "scroller": creating scrolling slider.