From aae4395111f66326d16354fb87cce36144ca1f31 Mon Sep 17 00:00:00 2001 From: tobspr Date: Thu, 16 Jun 2022 13:50:17 +0200 Subject: [PATCH] Adjust preloading intervals --- gulp/preloader.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulp/preloader.css b/gulp/preloader.css index c625cf0d..24b3bc65 100644 --- a/gulp/preloader.css +++ b/gulp/preloader.css @@ -147,7 +147,7 @@ body { width: 98%; background: #fff; display: inline-flex; - animation: LL_LoadingAnimation 40s ease-in-out infinite; + animation: LL_LoadingAnimation 60s ease-in-out infinite; position: relative; z-index: 10; } @@ -182,7 +182,7 @@ body { margin-top: 20px; display: block; font-size: 16px; - animation: ShowStandaloneBannerAfterDelay 20s linear; + animation: ShowStandaloneBannerAfterDelay 30s linear; } #ll_standalone a {