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