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?