Демонстрация JQuery Cycle Plugin. Часть 1

shuffle

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

zoom

$('#zoom').cycle({
    fx:    'zoom',
    delay: -2000
});

fade

$('#fade').cycle();

turnDown

$('#slide').cycle({
    fx:      'turnDown',
    delay:   -4000
});

curtainX

$('#up').cycle({
    fx:    'curtainX',
    sync:  false,
    delay: -2000
 });

scrollRight (click)

$('#right').cycle({
    fx:      'scrollRight',
    click:   '#right',
    timeout:  0,
    easing:  'backinout'
});