![]() |
I2C Message Center


$('#shuffle').cycle({
fx: 'shuffle',
easing: 'expoinout',
delay: -4000
});


$('#shuffle2').cycle({
fx: 'shuffle',
easing: 'easeinout',
delay: -3000
});


$('#shuffle3').cycle({
fx: 'shuffle',
easing: 'backinout',
delay: -2000
});


$('#shuffle4').cycle({
fx: 'scrollUp',
delay: -1000
});


$('#shuffle5').cycle({
fx: 'scrollDown',
speedIn: 2000,
speedOut: 50,
easeIn: 'bounceout',
easeOut: 'backin',
delay: -500
});


$('#shuffle6').cycle({
fx: 'scrollDown',
delay: -1000
});


$('#shuffle7').cycle({
/*fx: 'fadeZoom',*/
fx: 'zoom',
delay: -100
});