To enable wheel navigation, set wheel:true
in slider options. The slider has more options for configuring wheel navigation. You can find the list of options below.
Option name | Default value | Description | Related addon |
wheelOnAppear | true | Enables the wheel navigation only if the slider completely appears in the browser window. | – |
wheelPrevent | ‘auto’ | Specifies the type of preventing default wheel behavior in the browser, 'auto' only prevents if there was more slides to come. true or false values always enables or disables the preventing wheel default behavior. |
– |
wheelScrollSlick | 50 | The speed of slick scrolling movement to new a position by wheel, 0 disables the slick movement effect. This option only affective if slickMode option sets to 'scroll' . |
– |
wheelSpeed | 2 | The wheel scrolling speed. | – |
Note: Wheel navigation is added by wheelNavigator
addon and may available in the slider script package. For more info check Building slider script article.