2 740 Скрипты / Slider

TinyFader - слайдшоу

TinyFader - слайдшоу

Небольшое и полностью автономное ответвление от TinySlider реализующее слайдшоу с эффектом растворения (fade).

В шапке подключаем CSS и jаvascript файлы:

<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/jаvascript" src="tinyfader.js"></script>

HTML

JS

Инициализируем скрипт:

var slideshow=new TINY.slider.slide('slideshow',{
    id:'slides', // ID of the parent slideshow unordered list
    auto:3, // Seconds to auto-advance, defaults to disabled
    resume:true, // Resume after interrupted, defaults to false
    navid:'pagination', // Optional ID of direct navigation UL
    activeclass:'current', // If navid, class to set on the current LI
    visible:true, // Initially display the first slide vs fading it in
    position:0 // Initial slide position, defaulting to the 0 index
});
Скачать 883Загрузок 119,15 Kb
Демо

Комментарии

  • Facebook
  • Вконтакте

Похожие статьи