We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb30cb commit 5fca1fdCopy full SHA for 5fca1fd
frontend/src/components/VHomeGallery/VHomeGallery.vue
@@ -18,7 +18,7 @@
18
:key="idx"
19
enter-active-class="transition-opacity delay-[var(--delay)] duration-500"
20
leave-active-class="transition-opacity delay-[var(--delay)] duration-500"
21
- enter-class="opacity-0"
+ enter-from-class="opacity-0"
22
leave-to-class="opacity-0"
23
mode="out-in"
24
appear
0 commit comments