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