diff --git a/js/home.js b/js/home.js index 173a7ef..58a9114 100644 --- a/js/home.js +++ b/js/home.js @@ -96,3 +96,6 @@ var lastTurn = function(x){ } +$(window).load(function(){ + $('body').fadeIn(1600); +}); \ No newline at end of file diff --git a/styles/home.css b/styles/home.css index 43782c8..9669771 100644 --- a/styles/home.css +++ b/styles/home.css @@ -1,3 +1,7 @@ +body{ + display:none; +} + /*GENERAL*/ .row{