我正在使用owl carousel来显示使用URL哈希的50个div幻灯片 听众。
问题是,当我尝试从第1个问题切换到第50个问题时,它显示了所有50个div的滑动效果。
在URLHash上,我不想显示任何效果。
var $owl = $('.owl-question-holder');
$owl.owlCarousel({
items:1,
loop: false,
center: true,
margin: 10,
callbacks: true,
URLhashListener: true,
startPosition: 'URLHash',
dots: false,
autoplay:false,
autoplayTimeout:1000 ,
autoplayHoverPause:false,
smartSpeed:450,
autoHeight:true
});