Control Fancybox2 overlay fadeIn speed
问题 I'm using Fancybox v2.0.5 and can't figure out how to fade in the overlay slowly. The openSpeed parameter only controls the content fade speed, but I want the entire thing fading in at that speed. Here is my call: $(".fancybox").fancybox({ prevEffect : 'none', nextEffect : 'none', fitToView : false, autoSize : true, openEffect : 'fade', openSpeed : 1500, helpers : { overlay : { opacity : 0.9, css : { 'background-color' : '#fff' } } } }); I'm thinking one of the callbacks that fire before the