mode


Version: Pro

mode

type: String

default: "accordion"

Sets Evo Slider layout mode. You can set it to one of the following values: "accordion", "slider", or "scroller".

Sets it to accordion mode, will create a horizontal accordion slider. The slider mode will create a fading slider. The scroller mode will create a scrolling slider.

Example:

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