Answers for "animateOut: "slideOutUp", animateIn: "slideInUp", not working"

0

animateOut: "slideOutUp", animateIn: "slideInUp", not working

$(".owl-carousel").owlCarousel({
  loop: true,
  autoplay: true,
  items: 1,
  nav: true,
  autoplayHoverPause: true,
  animateOut: 'slideOutUp',
  animateIn: 'slideInUp'
});
Posted by: Guest on September-07-2021

Code answers related to "animateOut: "slideOutUp", animateIn: "slideInUp", not working"

Browse Popular Code Answers by Language