mirror of https://github.com/OpenVidu/openvidu.git
ov-components: update video preview section and remove unused animation comment
parent
375ea757dd
commit
5de74f2567
|
|
@ -25,7 +25,7 @@
|
||||||
<div class="prejoin-main">
|
<div class="prejoin-main">
|
||||||
<!-- Video Preview Section -->
|
<!-- Video Preview Section -->
|
||||||
<div class="video-preview-section">
|
<div class="video-preview-section">
|
||||||
<div class="video-preview-container" [class.compact]="showBackgroundPanel">
|
<div class="video-preview-container" [class.compact]="showBackgroundPanel">
|
||||||
<div class="video-frame">
|
<div class="video-frame">
|
||||||
<ov-media-element
|
<ov-media-element
|
||||||
[track]="videoTrack"
|
[track]="videoTrack"
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if (showBackgroundPanel) {
|
@if (showBackgroundPanel) {
|
||||||
<div class="vb-container" [@slideInOut]>
|
<div class="vb-container">
|
||||||
<ov-background-effects-panel [mode]="'prejoin'" (onClose)="closeBackgroundPanel()">
|
<ov-background-effects-panel [mode]="'prejoin'" (onClose)="closeBackgroundPanel()">
|
||||||
</ov-background-effects-panel>
|
</ov-background-effects-panel>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,6 @@
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
// Slide-in animation (replacing Angular @slideInOut)
|
|
||||||
&.slide-in {
|
&.slide-in {
|
||||||
animation: slideIn 300ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
|
animation: slideIn 300ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue