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

This commit is contained in:
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">
<!-- 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">
<ov-media-element
[track]="videoTrack"
@ -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>

View File

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