playButtonAutoHide
Version: Pro
playButtonAutoHide
type: Boolean
default: false
Sets play button to auto hide on hover. This option only works if the showPlayButton is set to true.
Example:
var myEvoSlider = $("#mySlider").evoSlider({
playButtonAutoHide: false
});