动画猫头鹰旋转木马滑动从下往上移动

时间:2016-04-16 11:04:08

标签: jquery slider jquery-animate owl-carousel

我们可以使用以下内容使幻灯片在猫头鹰旋转木马中从右向左移动:

$('.owl-carousel').owlCarousel({
    rtl:true,
    loop:true,
    margin:10,
    nav:true,
});

有没有办法让幻灯片从下到上?

2 个答案:

答案 0 :(得分:0)

Owl Carousel不支持垂直模式。 您必须自己深入研究代码,或者在已经定制的版本上进一步构建。

另一种选择是使用另一个插件。

答案 1 :(得分:0)

你可以使用动画peoperty

$( '#证明滑动')。owlCarousel({         animateOut:'slideOutUp',         animateIn:'slideInUp', )};