From 9ba378cfe7a893f0e0b0e12a4c30da7d0c1eb8ee Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Thu, 30 Oct 2025 10:57:46 -0400 Subject: [PATCH] fix gamecard transition --- frontend/src/console/components/GameCard.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/console/components/GameCard.vue b/frontend/src/console/components/GameCard.vue index ba5247296..884401656 100644 --- a/frontend/src/console/components/GameCard.vue +++ b/frontend/src/console/components/GameCard.vue @@ -204,6 +204,7 @@ onBeforeUnmount(() => { :contain="boxartStyleCover" :class="{ 'opacity-0': isVideoPlaying && localVideoPath, + transitioning: !isVideoPlaying && localVideoPath, }" :src="largeCover || fallbackCoverImage" :alt="rom.name || 'Game'" @@ -228,7 +229,9 @@ onBeforeUnmount(() => {