From 4212d053bdf38efa5bdb2e67fc24a457a29bc682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?= <你的邮箱@example.com> Date: Wed, 16 Jul 2025 14:46:47 +0800 Subject: [PATCH] style: reduce transition duration for smoother fade effect --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cec2203..f116a7e 100644 --- a/style.css +++ b/style.css @@ -31,7 +31,7 @@ html, body { height: 100%; object-fit: cover; opacity: 0; - transition: opacity 1.5s ease-in-out; /* 交叉淡入淡出动画 */ + transition: opacity 0.2s ease-in-out; /* 交叉淡入淡出动画 */ } .bg-video.active {