Skip to content

Commit d7f73a7

Browse files
committed
fix: add some delay to fade
1 parent a72e711 commit d7f73a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/general/FicsitCard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
src={thumbHashData}
8686
alt="{renderedName} Logo"
8787
width="100%"
88-
out:fade={{ duration: 200 }} />
88+
out:fade={{ duration: 200, delay: 100 }} />
8989
{/if}
9090
{/if}
9191
</a>

0 commit comments

Comments
 (0)