0

I need flexslider caption in fadeIn animation and images in slide animation is this possible to do, plz help me out.

Here is the code i am using

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

1 回答 1

0

这是一个可以帮助你的拉力 https://github.com/woothemes/FlexSlider/pull/865祝你 好运

于 2014-06-12T17:18:50.303 回答