查看文件: script.slider.js
大小: 1.87 KB
类型: application/javascript
(function($){ // Slidder home 4 if($('#bxslider-home4').length >0){ var slider = $('#bxslider-home4').bxSlider({ nextText:'<i class="fa fa-angle-right"></i>', prevText:'<i class="fa fa-angle-left"></i>', auto: true, onSliderLoad:function(currentIndex){ $('#bxslider-home4 li').find('.caption').each(function(i){ $(this).show().addClass('animated fadeInRight').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){ $(this).removeClass('fadeInRight animated'); }); }) }, onSlideBefore:function(slideElement, oldIndex, newIndex){ //slideElement.find('.sl-description').hide(); slideElement.find('.caption').each(function(){ $(this).hide().removeClass('animated fadeInRight'); }); }, onSlideAfter: function(slideElement, oldIndex, newIndex){ //slideElement.find('.sl-description').show(); setTimeout(function(){ slideElement.find('.caption').each(function(){ $(this).show().addClass('animated fadeInRight').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function(){ $(this).removeClass('fadeInRight animated'); }); }); }, 500); } }); //slider.reloadSlider(); } })(jQuery); // End of use strict
保存
取消
返回文件列表