From 025cd29268216a25082084c850985f406cb60a1d Mon Sep 17 00:00:00 2001 From: F04C Date: Wed, 16 Jul 2025 17:10:45 +0800 Subject: [PATCH] feat: add loading screen with fade-out animation Implement a loading screen that displays while page loads and gracefully fades out after 1.5 seconds. Includes CSS animations and proper cleanup to prevent interaction blocking. --- index.html | 5 +++++ script.js | 10 ++++++++++ style.css | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/index.html b/index.html index af88d23..fe56b78 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,11 @@ + +
+ Loading Bella... +
+