Init + header.
This commit is contained in:
parent
3deb2f530e
commit
12b54c9ca7
1 changed files with 4 additions and 0 deletions
4
js/fx.js
Normal file
4
js/fx.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
$(window).ready(function() {
|
||||
$("#header_title").fadeIn(800);
|
||||
$("#header_blurb").delay(500).fadeIn(800);
|
||||
});
|
Loading…
Reference in a new issue