Test 1: Level Inicial (A1) and Elemental (A2)
Test 2: Level Intermedio I (B1.1) and Intermedio II (B1.2)
Test 3: Level Avanzado (B2) and Superior (C1)
$('#405799').cycle({
fx: 'none',
cleartypeNoBg: 'false',
pause: 'false',
timeout: 0,
slideResize: 0,
containerResize: 0,
fit: true,
onPrevNextEvent: function(isNext, zeroBasedSlideIndex, slideElement) {
changeStack('#405799',-1); changeMenu(-1,'756589','//');
},
before: function (curr, next, opts) {
var zeroBasedSlideIndex = Number(opts.nextSlide);
$(this).animate({opacity: 0},0)
$(this).animate({opacity: 1},{queue: false, duration: 700, easing: "linear"})
},
after: function onAfter(curr, next, opts) {
var zeroBasedSlideIndex = Number(opts.nextSlide);
$('.scroll-pane').jScrollPane();
},
speedIn: 0,
speedOut: 1
} );
