Демо-1:
Эффекты

Для удобства просмотра, кликните на название эффекта в списке, или на сам пример, чтобы оставить на странице только его

$('#scrollDown')
.cycle('scrollDown');
$('#blindX').cycle({ 
    fx:      'blindX', 
    speed:    1000, 
    timeout:  2000,
    pause:  1
});
$('#blindY').cycle({ 
    fx:      'blindY', 
    speed:    1000, 
    timeout:  2000,
    random: 1 
}); 
$('#blindZ').cycle({ 
    fx:      'blindZ', 
    speed:    1000, 
    timeout:  2000,
    random: 1 
}); 
$('#scrollUp').cycle({ 
    fx:      'scrollUp', 
    easing: 'bouncein', 
    delay:  -2000 
}); 
$('#cover').cycle({ 
    fx:      'cover', 
    speed:    1000, 
    timeout:  2000
}); 
$('#curtainX').cycle({ 
    fx:      'curtainX', 
    speed:    1000, 
    timeout:  2000
}); 
$('#curtainY').cycle({ 
    fx:      'curtainY', 
    speed:    1000, 
    timeout:  2000
}); 
$('#scrollLeft').cycle({ 
    fx:      'scrollLeft', 
    speed:    1000, 
    timeout:  2000
}); 
$('#scrollRight').cycle({ 
    fx:      'scrollRight', 
    speed:    1000, 
    timeout:  2000
}); 
$('#scrollHorz').cycle({ 
    fx:      'scrollHorz', 
    speed:    1000, 
    timeout:  2000
}); 
$('#scrollVert').cycle({ 
    fx:      'scrollVert', 
    speed:    1000, 
    timeout:  2000
}); 
$('#fade').cycle({ 
    fx:      'fade', 
    speed:    1000, 
    timeout:  2000
}); 
$('#fadeZoom').cycle({ 
    fx:      'fadeZoom', 
    speed:    1000, 
    timeout:  2000
}); 
$('#growX').cycle({ 
    fx:      'growX', 
    speed:    1000, 
    timeout:  2000
}); 
$('#growY').cycle({ 
    fx:      'growY', 
    speed:    1000, 
    timeout:  2000
}); 
$('#shuffle').cycle({ 
    fx:      'shuffle', 
    speed:    1000, 
    timeout:  2000
}); 
$('#slideX').cycle({ 
    fx:      'slideX', 
    speed:    1000, 
    timeout:  2000
}); 
$('#slideY').cycle({ 
    fx:      'slideY', 
    speed:    1000, 
    timeout:  2000
}); 
$('#toss').cycle({ 
    fx:      'toss', 
    speed:    1000, 
    timeout:  2000
}); 
$('#turnUp').cycle({ 
    fx:      'turnUp', 
    speed:    1000, 
    timeout:  2000
}); 
$('#turnDown').cycle({ 
    fx:      'turnDown', 
    speed:    1000, 
    timeout:  2000
}); 
$('#turnLeft').cycle({ 
    fx:      'turnLeft', 
    speed:    1000, 
    timeout:  2000
}); 
$('#turnRight').cycle({ 
    fx:      'turnRight', 
    speed:    1000, 
    timeout:  2000
}); 
$('#uncover').cycle({ 
    fx:      'uncover', 
    speed:    1000, 
    timeout:  2000
}); 
$('#wipe').cycle({ 
    fx:      'wipe', 
    speed:    1000, 
    timeout:  2000
}); 
$('#zoom').cycle({ 
    fx:      'zoom', 
    speed:    1000, 
    timeout:  2000
}); 
Демо-1 - Эффекты
Демо-2 - Опции
Демо-3 - Опции управления
Демо-4 - Опции; Обратный вызов
Демо-5 - Крутим текстовый контент
Демо-6 - Дополнительные и пользовательские опции

Скачать Слайд-шоу - Cycle_Plugin.RAR