0

I have an Owl Carousel question that I couldn't find any answer to.

Once I change the transitionStyle, like: owl.data('owlCarousel').reinit({transitionStyle:'backSlide'});

How can I return it to the default (right to left) slider ?

Thanks

Ignazio
  • 10,504
  • 1
  • 14
  • 25
user3193043
  • 125
  • 1
  • 6

1 Answers1

0

Could find the answer only after digging into "owl.carousel.js". Here it is: owl.data('owlCarousel').reinit({transitionStyle:false});

user3193043
  • 125
  • 1
  • 6