Copyright 2012 MOTOTAINMENT LLC. All rights reserved.
$('#833667').cycle({ fx: 'none', cleartypeNoBg: 'false', pause: 'true', timeout: 5500, slideResize: 0, containerResize: 0, fit: true, onPrevNextEvent: function(isNext, zeroBasedSlideIndex, slideElement) { }, before: function (curr, next, opts) { var zeroBasedSlideIndex = Number(opts.nextSlide); $(this).animate({opacity: 1},0) $(this).animate({opacity: 1},{queue: false, duration: 800, easing: "linear"}) }, after: function onAfter(curr, next, opts) { var zeroBasedSlideIndex = Number(opts.nextSlide); $('.scroll-pane').jScrollPane(); }, speedIn: 0, speedOut: 1 } );
Copyright 2013 MotoTainment LLC