ThemeForest

Quambizz - Ultimate Clean Business template [HTML

How do i change the duration of the front page slider?

The duration of the front page slider could be reduced by adding a timeout rule.

timeout: 5000,
5000 = 5 seconds
    // HOMEPAGE SLIDESHOW

    $(".featured").cycle({ 
        fx:      'scrollVert',
        timeout: 5000,
        speedIn:  1000, 
        speedOut: 100, 
        easeIn:  'bounceout', 
        easeOut: 'backin',
        next:     '.featured-nav a.next',
        prev:      '.featured-nav a.prev'
    });
by
by
by
by
by