From 3eca904219e8110c25d2ee952e5e81520e529116 Mon Sep 17 00:00:00 2001 From: Juan Bautista Carpanelli Date: Mon, 13 Apr 2015 13:34:51 -0300 Subject: [PATCH] Show body onload --- js/home.js | 3 +++ styles/home.css | 4 ++++ 2 files changed, 7 insertions(+) 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{