i\'m using the OWl carousel for a while everything were perfect but recently i faced a issue after my chrome browser update. The css transition effects are not working anymore o
I was an issue in the Owl.Carousel 2 version. The carousel does't work in Chrome. Then I added this line in my script. The slider is now working fine in all browsers on my end.
Please add var $ = jQuery.noConflict(); in your script file.
ex.
var $ = jQuery.noConflict();
$(document).ready(funnction() {
//your script goes to here
});