base.showImages = function() {
base.$el.find('.txtC').fadeIn();
base.$el.find(AppConfig.imgList).fadeIn();
base.ready = true;
AppConfig.ready = true;
if (AppConfig.drag) {
base.initEvents();
}
base.refresh();
base.initPlugins();
AppConfig.onReady();
setTimeout(function() {
base.responsive();
},
50);
if (AppConfig.autoplay) {
AppConfig.play = setInterval(base.moveToNextFrame, AppConfig.playSpeed);
}
};自行修改之后 在IE 下转动 会出现闪烁效果 ,稍后就不在闪烁,但我感觉不是这段代码导致