From 9e2a3a4fd636435f110279ce140e659ec32329ea Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Wed, 25 Jul 2018 12:42:17 +0200 Subject: [PATCH] Testing with 3 seconds fade in --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 4478ca4..df41d74 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -50,7 +50,7 @@ $(window).load(function() { if (window.localStorage && !localStorage['faded']) { localStorage['faded'] = true; - $('body').hide().fadeIn(1000); + $('body').hide().fadeIn(3000); } });