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
In version 1.3.3 replace this:
support3d = (asSupport !== null && asSupport.length === 1);
in line 804 with this:
support3d = (asSupport !== null && asSupport.length >= 1 && asSupport.length <= 2);
Then it should work out just fine!