Skip to content

Commit

Permalink
add soft transition effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Nov 9, 2024
1 parent 0cd7c45 commit 1f84406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/gallery/thumbs/AlbumThumbImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
v-show="placeholderSrc"
:alt="$t('lychee.PHOTO_PLACEHOLDER')"
class="absolute w-full h-full top-0 left-0 blur-md"
:class="{ hidden: isImageLoaded }"
:class="{ 'animate-fadeout animate-fill-forwards': isImageLoaded }"
:src="placeholderSrc"
data-overlay="false"
draggable="false"
Expand Down

0 comments on commit 1f84406

Please sign in to comment.