From bb6cf830347aed1bac15aee0cdf328546dd32515 Mon Sep 17 00:00:00 2001 From: F04C 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 {