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

后端 未结 4 724
谎友^
谎友^ 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:53

    I have found the Solution friends.

    Here is that..

    Replacing the below line of code

    support3d = (asSupport !== null && asSupport.length >= 1 && asSupport.length <= 2);

    instead of

    support3d = (asSupport !== null && asSupport.length === 1);

    This Solved My Problem. Now CSS Transitions Working Fine on All Browsers.

提交回复
热议问题