directionNavAutoHide


Version: Pro

directionNavAutoHide

type: Boolean

default: false

Sets directional navigation to auto hide on hover. This option only works if directionNav option is set true.

Example:

var myEvoSlider = $("#mySlider").evoSlider({
    directionNavAutoHide: false
});