这是我的flexslider事件onload启动开始的视图。
在几次“ alt”选项卡之后,我相信正在调用resize事件,然后flexslider加载到其完整视图。
这些是我的代码。
$(".theatre-gallery .flexslider").flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
smoothHeight: true,
animateHeight: false,
directionNav: true,
touch: true,
prevText: '<i class="material-icons">keyboard_arrow_left</i>', //String: Set the text for the "previous" directionNav item
nextText: '<i class="material-icons">keyboard_arrow_right</i>',
start: function() {
},
before: function(slider){
},
after: function(){
}
});
$(".press-centre-featured-product--listing .flexslider").flexslider({
animation: "slide",
start: function() {
},
before: function(slider){
alert("before")
},
after: function(){
alert("after")
}
});
我使用flexslider 2.7。 flexslider的完整视图的延迟影响了当前正在工作的某些布局,而这些事件没有任何回调