diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index b2d6812..05b1571 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -20,7 +20,7 @@
-
+
× @@ -110,11 +110,11 @@ $(document).ready(function () { if (!$.cookie('doNotShowVkLogo')) { setTimeout(function () { - $('#vkBigLogo').show().animate({'margin-left': "-185px"}, 1000); + $('#vkBigLogo').show().animate({'margin-left': "-185px"}, 1500); }, 10000); setTimeout(function () { - $('#vkBigLogo').animate({'margin-left': "185px"}, 1000, function () { + $('#vkBigLogo').animate({'margin-left': "285px"}, 1500, function () { $('#vkBigLogo').hide(); $.cookie('doNotShowVkLogo', true); });