currently i am using fancybox 3.0. It is on autoplay. How do i make it when it changes to next image there will be fade effects ?
This is currently my code
$('[data-fancybox="project1"]').fancybox({
slideShow : {
autoStart : true,
preload: '40',
},
});
$('[data-fancybox="project2"]').fancybox({
slideShow : {
autoStart : true
},
});