style: reduce transition duration for smoother fade effect

This commit is contained in:
2025-07-16 14:46:47 +08:00
parent 2dd0daceb4
commit bb6cf83034
+1 -1
View File
@@ -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 {