如何在猫头鹰轮播中使用网址侦听器时停止滑动效果?

时间:2019-02-13 13:10:45

标签: javascript html css owl-carousel

我正在使用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
});

0 个答案:

没有答案