Forum Replies Created

Viewing 1 post (of 1 total)
  • in reply to: Team Carousel autoplay? #103471
    arrowood
    Member
    Post count: 1

    I figured it out myself. on line 457 of the functions.js

    carousel.jcarousel({
    scroll: 1,
    auto: 5,
    animation: 1600,
    wrap: ‘circular’,
    buttonNextHTML: ‘<i class=”icon-chevron-right”></i>’,
    buttonPrevHTML: ‘<i class=”icon-chevron-left”></i>’,
    setupCallback: carouselWidgets.fadeInCarousels(carousel)
    });
    added auto: 5,
    animation:1600,

    Now if i could just figure out how to just animate the team carousel and not all carousels?

Viewing 1 post (of 1 total)