From 294cb4c29b379ecca7a94cc3d392f2b5267f77f8 Mon Sep 17 00:00:00 2001 From: donsiamese Date: Mon, 8 Jan 2024 15:17:20 +0100 Subject: [PATCH] put proper delay for the loading animation --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 08557a4..8715083 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ display: flex; align-items: center; justify-content: center; - transition-delay: 1000ms; + transition-delay: 2500ms; transition-property: opacity; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-duration: 2s;