Owl Carousel Transitions Effect Not Working After Chrome Latest Update (V36)

后端 未结 4 725
谎友^
谎友^ 2021-02-04 16:39

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

4条回答
  •  感动是毒
    2021-02-04 16:58

    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
    
    }); 
    

提交回复
热议问题