Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Tools Tabs & Scroller

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #29567
    jspence7777
    Member

    My tabs $(".feature-nav").scrollable auto plays through the list of tabs and stops on the last element. I want to scroll to the top of tabs after 4 seconds looping through the elements again. My jQuery below is what I’m working with.

    // Main Feature Image Slideshow
    $(".feature-nav").tabs(".feature-wrapper > div", {

    effect: ‘fade’,
    fadeOutSpeed: "normal"
    //rotate: true

    }).slideshow({
    autoplay: true,
    autopause: true,
    interval: 4000,
    clickable: false
    });

    });

    // Right Scrolling Nav
    $(".feature-nav").scrollable({
    //circular: true,
    vertical: true,
    easing: ‘swing’
    }).autoscroll({
    //autopause: true,
    steps: 1,
    interval: 24000
    });

Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.