Can I change the image switching speed of fancybox #251
Unanswered
colormango
asked this question in
Q&A
Replies: 1 comment
-
Hi, You can tweak animation using Fancybox.bind('[data-fancybox="gallery"]', {
Carousel :{
friction: 0.5
}
}); You can experiment with the value to get desired animation duration, something around 0.8 would probably be best. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tested and found that in iPhone, Fancybox's image switching speed is a bit slow, making people feel like losing frames, how can I change the Fancybox default switching speed?
Beta Was this translation helpful? Give feedback.
All reactions