diff --git a/Source/simple-modal.js b/Source/simple-modal.js index 4402b95..5850824 100644 --- a/Source/simple-modal.js +++ b/Source/simple-modal.js @@ -187,6 +187,8 @@ var SimpleModal = new Class({ this._injectAllButtons(); // Callback append this.options.onAppend(); + // Fade in + node.fade("hide").fade(1); return node; },