controlNavAutoHide
Version: Pro
controlNavAutoHide
type: Boolean
default: false
Auto hides control navigation on hover. This option only works if the controlNavPosition option is set to inside.
Example:
var myEvoSlider = $("#mySlider").evoSlider({
controlNavAutoHide: false
});