2013-08-02 2 views
0

Мне нужна подпись flexslider в fadeIn анимация и изображения в слайд-анимации это возможно сделать, PLZ помочь мне.Мне нужна подпись flexslider в fadeIn и изображения в слайд-анимации

Вот код, я использую

$(window).load(function(){ 
$('.flexslider').flexslider({ 
animation: "slide", touch: true, smoothHeight: true, 
after: function(slider) { 
    //alert(slider); 
     // animate your caption ... 
     // find the item that is the current slide's .slidecaption and animate it 
     $('.flex-active-slide').find('.flex-caption .services_links').fadeIn(300).delay(800); 
     }// auto-adjust to fit the height of images 
}); 
}); 

ответ

 Смежные вопросы

  • Нет связанных вопросов^_^