We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1349f37 commit f9badceCopy full SHA for f9badce
jquery.reveal.js
@@ -46,14 +46,14 @@
46
modal.delay(options.animationSpeed / 2).animate({
47
"top": $(document).scrollTop() + topMeasure + 'px',
48
"opacity": 1
49
- }, options.animationSpeed, unlockModal;
+ }, options.animationSpeed, unlockModal);
50
}
51
if (options.animation == "fade") {
52
modal.css({'opacity': 0, 'visibility': 'visible', 'top': $(document).scrollTop() + topMeasure});
53
modalBg.fadeIn(options.animationSpeed / 2);
54
55
56
57
58
if (options.animation == "none") {
59
modal.css({'visibility': 'visible', 'top': $(document).scrollTop() + topMeasure});
0 commit comments