ov-components: update video preview section and remove unused animation comment

pull/860/head
CSantosM 2026-02-20 12:41:49 +01:00
parent 375ea757dd
commit 5de74f2567
2 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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;
} }