});
setTimeout(function () {
$this.resizeZoomLinkBackground(true);
+ setTimeout(function () {
+ $("#zoomPopupMenuWrapper").css('opacity', 1);
+ })
}, 600);
}, 50);
}
$("#zoomPopupBackground").css({left: left, top: top, width: width, height: height, opacity: show ? 1 : 0});
- $("#zoomPopupMenuWrapper").css({left: left, top: top + height, width: width, opacity: show ? 1 : 0});
+ $("#zoomPopupMenuWrapper").css({left: left, top: top + height, width: width});
},
zoomLinkReset: function (immediate) {
if (immediate === undefined) {
immediate = false;
}
-
+ $("#zoomPopupMenuWrapper").css('opacity', 0);
var $wrapper = $('#zoomPopupGroupWrapper');
// Close each popup that is open