diff --git a/js/fx.js b/js/fx.js index 0439049..114c0bd 100644 --- a/js/fx.js +++ b/js/fx.js @@ -1,4 +1,4 @@ $(window).ready(function() { $("#header_title").fadeIn(800); - $("#header_blurb").delay(800).fadeIn(800); + $("#header_blurb").delay(300).fadeIn(800); });