Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also eager to find how to change the speed of the slider, as well as how long it stays on a slide.

    I found this code in /fbiz/js/unslider.js which appears to be a modified version of the unslider code. However when i change the settings it does not appear to impact the timing of the slider.

    //  Set some options
    		this.opts = {
    			speed: 1000,
    			delay: 10000, // f for no autoplay
    			complete: f, // when a slide's finished
    			keys: !f, // keyboard shortcuts - disable if it breaks things
    			dots: f, // display a€¢a€¢a€¢a€¢oa€¢ pagination
    			fluid: f // is it a percentage width?,
    		};

    Unsure if this helps on looking for a way to change the slider speed. Ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Settings’ is closed to new replies.