2013-08-02 24 views
0

我需要fadeIn中的flexslider標題插入動畫和幻燈片動畫中的圖像可以這樣做,請幫助我。我需要fadeIn中的flexslider標題和幻燈片動畫中的圖像

這裏是我使用

$(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 
}); 
}); 

回答