Fix.
This commit is contained in:
parent
43aff5ee43
commit
be4584f527
1 changed files with 1 additions and 1 deletions
2
js/fx.js
2
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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue