From d5973dc810a9c99b38bf47bc89635b39e61ca863 Mon Sep 17 00:00:00 2001 From: "neil.xh" Date: Fri, 7 Feb 2025 11:14:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=87=E6=8D=A2=E8=BF=87=E6=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/shared/VideoChat.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/shared/VideoChat.svelte b/frontend/shared/VideoChat.svelte index 7c8ea52..cbe5199 100644 --- a/frontend/shared/VideoChat.svelte +++ b/frontend/shared/VideoChat.svelte @@ -484,7 +484,7 @@ height: 10px; border-radius: 32px; overflow: hidden; - transition: all 0.3s ; + transition: all 0.3s linear; } .local-video-container { z-index: 1; @@ -508,6 +508,7 @@ background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); border-radius: 32px; + transition: all 0.3s linear; } .local-video, .remote-video { width: 100%;