我无法对齐垂直触摸事件猫头鹰旋转木马

时间:2016-03-09 13:03:16

标签: javascript jquery angularjs jquery-plugins

如果可能,请找到以下链接并找到解决方案,使猫头鹰旋转木马垂直。" jsfiddle.net/nLJ79 /"

1 个答案:

答案 0 :(得分:0)

带垂直动画的猫头鹰车厢

$(".owl-carousel").owlCarousel({
  loop: true,
  autoplay: true,
  items: 1,
  nav: true,
  autoplayHoverPause: true,
  animateOut: 'slideOutUp',
  animateIn: 'slideInUp'
});

上面的代码就像垂直幻灯片动画一样。

您已应用 slideOutUp slideInUp 动画css。

相关问题