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.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- 加载屏幕 -->
|
||||
<div id="loading-screen">
|
||||
<img src="Bellaicon/Generated image.webp" alt="Loading Bella...">
|
||||
</div>
|
||||
|
||||
<!-- 视频背景 -->
|
||||
<div class="video-container">
|
||||
<video autoplay muted class="bg-video active" id="video1">
|
||||
|
||||
Reference in New Issue
Block a user