kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.47k stars 5.89k forks source link

How to fix a bug with syncing? #3232

Open drtvader opened 6 years ago

drtvader commented 6 years ago

When Syncing is turned on, and a small number of slides, for example 2. That navigation starts to work very strange. Slick when svaype on the main slide, scrolls those 2 slides in the navigation part. You can see the video on the link below. Video example http://take.ms/Kto8O

An example of what is now is, only the script itself is not connected, only the markup and settings^ https://jsfiddle.net/drtvader/bcbfmfje/

More Details

Carousel Styles are not connected

Version: 1.8.0

drtvader commented 6 years ago

Hmmm, plug version 1.5.6 and there is no such bug. But active slides do not switch in navigation. http://take.ms/mPWs0

drtvader commented 6 years ago

https://jsfiddle.net/drtvader/bcbfmfje/1/ Has connected a new version, everything works well. I'm on the layout .slick-list add style="height: 120px;" slick-track opacity: 1; height: 120px; transform: translate3d(0px, -60px, 0px); The example works differently.