Skip to content

Commit 5fca1fd

Browse files
committed
Fix homepage animation
Signed-off-by: Olga Bulat <[email protected]>
1 parent 1cb30cb commit 5fca1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/VHomeGallery/VHomeGallery.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
:key="idx"
1919
enter-active-class="transition-opacity delay-[var(--delay)] duration-500"
2020
leave-active-class="transition-opacity delay-[var(--delay)] duration-500"
21-
enter-class="opacity-0"
21+
enter-from-class="opacity-0"
2222
leave-to-class="opacity-0"
2323
mode="out-in"
2424
appear

0 commit comments

Comments
 (0)