From a7c0e0d3d0a7775cd49a300568a474252cc6e05a Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 24 Dec 2015 20:52:01 -0500 Subject: [PATCH] Small adjustments. --- js/animate.js | 2 +- js/form-handling.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/animate.js b/js/animate.js index c00d744..2cafb69 100644 --- a/js/animate.js +++ b/js/animate.js @@ -37,6 +37,6 @@ $(".menulink").click(function() { $(document).click(function() { if($("#contact-popup").is(':visible')) { - $("#contact-popup").fadeOut(); + $("#contact-popup").fadeOut("slow"); } }); \ No newline at end of file diff --git a/js/form-handling.js b/js/form-handling.js index 17e20a0..0ddb344 100644 --- a/js/form-handling.js +++ b/js/form-handling.js @@ -21,7 +21,7 @@ $contactForm.submit(function(e) { }, success: function(data) { $('#contactme').trigger("reset"); - $("#contact-popup").fadeIn(); + $("#contact-popup").fadeIn("slow"); }, error: function(err) { console.log("Failed.");