fix: tweak photo page title transition
This commit is contained in:
@@ -365,7 +365,7 @@
|
|||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="name">
|
<div class="name">
|
||||||
{#key currentPhoto}
|
{#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}
|
{currentPhoto.title}
|
||||||
</h1>
|
</h1>
|
||||||
{/key}
|
{/key}
|
||||||
|
|||||||
Reference in New Issue
Block a user