mouse


Version: Pro, Lite

mouse

type: Boolean

default: true

Enables mouse wheel scroll navigation. Sets it to true, allows users to scroll through the slides using their mouse scroll wheel.

Example:

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