Init + header.

This commit is contained in:
Marc Cataford 2015-06-20 16:50:01 -04:00
parent 3deb2f530e
commit 12b54c9ca7

4
js/fx.js Normal file
View file

@ -0,0 +1,4 @@
$(window).ready(function() {
$("#header_title").fadeIn(800);
$("#header_blurb").delay(500).fadeIn(800);
});