Wheel Navigation

<script>
    jQuery(document).ready(function($) {
        $("#slider-wrapper").transitionSlider({
            // example of wheel navigation options
            wheelNavigation: {
                enable: false,
                stopOnLast: false,
                interval: 2000
            }
        });
    });
</script>

Last updated