fix: tweak photo page title transition

This commit is contained in:
2024-08-03 17:24:43 +02:00
parent 8186e07335
commit 4ebabce3ab

View File

@@ -365,7 +365,7 @@
<div class="info">
<div class="name">
{#key currentPhoto}
<h1 class="title-medium" in:fade={{ duration: 250, delay: 250 }} out:fade={{ duration: 250 }}>
<h1 class="title-medium" in:fade={{ duration: 225, delay: 175 }} out:fade={{ duration: 175 }}>
{currentPhoto.title}
</h1>
{/key}