我需要在fadeIn动画中使用flexslider标题,幻灯片动画中的图像可以这样做,PLZ帮帮我。
这是我正在使用的代码
$(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
});
});