One thing i noticed on my current project is that when on the "last item" of an infinite carousel if i drag once more, it does reveal the next item ( which would be the first repeated ) but then it fully rewinds to the first one.
The opposite is also true.
I'm a doing something wrong? I can see the infinite example on the website doesn't have this problem, but the example has 3 items being show while my code has only 1.
Can I see a fiddle of your settings? Email me directly if it's nda work
sent you via mail, thank you very much
Could we have any additional comments on here? I stumbled upon the same prob... :(
good to know it's not only me ( :
I've seen this happen when using string values where integer values should be
will try that, good catch
In case if some will google it: check that you are not overriding slick transitions.
I had this
* { transition: all 0.3s }
Most helpful comment
In case if some will google it: check that you are not overriding slick transitions.
I had this
* { transition: all 0.3s }