mirror of
https://github.com/HumanAIGC-Engineering/gradio-webrtc.git
synced 2026-02-05 18:09:23 +08:00
fix: 切换过渡
This commit is contained in:
@@ -484,7 +484,7 @@
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.3s ;
|
transition: all 0.3s linear;
|
||||||
}
|
}
|
||||||
.local-video-container {
|
.local-video-container {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@@ -508,6 +508,7 @@
|
|||||||
background: rgba(255, 255, 255, 0.7);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
|
transition: all 0.3s linear;
|
||||||
}
|
}
|
||||||
.local-video, .remote-video {
|
.local-video, .remote-video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user