thumbnails scroll #513
Replies: 1 comment 3 replies
-
Hi, You are referring to the thumbnails inside the Fancybox, right? The transition is the same as the default, you can adjust it like this: Fancybox.bind('[data-fancybox="gallery"]', {
Carousel: {
transition: 'slide',
},
}); Now, carousel inside Fancybox will animate with "slide" transition when user clicks new/prev arrow or uses mouse wheel over the thumbnails. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm using the (https://stackblitz.com/edit/js-2k1udh?file=index.html,index.js,style.css) example and I wanted to know if it's possible to somehow change the slide transition when using the mouse wheel to scroll the thumbnail block?
Beta Was this translation helpful? Give feedback.
All reactions