Skip to content

Commit

Permalink
Show body onload
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcarpanelli committed Apr 13, 2015
1 parent 0ec925e commit 3eca904
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ var lastTurn = function(x){
}


$(window).load(function(){
$('body').fadeIn(1600);
});
4 changes: 4 additions & 0 deletions styles/home.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
body{
display:none;
}


/*GENERAL*/
.row{
Expand Down

0 comments on commit 3eca904

Please sign in to comment.