directionNav


Version: Pro

directionNav

type: Boolean

default: true

Enables directional navigation/arrows button (prev and next). This option only works if mode option is set to slider or scroller.

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    directionNav: true
});