gs-shop / vue-slick-carousel

🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
https://gs-shop.github.io/vue-slick-carousel/
Other
810 stars 184 forks source link

Synchronized carousels while dragging #161

Open gcorbelin opened 3 years ago

gcorbelin commented 3 years ago

Hi guys,

I use synced carousel using "asNavFor" and the workaround described here since adding ":addNavFor='$refs.XXX'" to the VueSlickCarousel element doesn't seem to work.

I encountered a use case where I need to animate every synced carousel at the same time while dragging one of them. You can see an example of what I try to achieve here, which is a jsfiddle from this stackoverflow question about Ken Wheeler's original Slick.

Do you know of a way to achieve the same result with this Vue component?

Thanks in advance