chore: Update fade delay

This commit is contained in:
Sidharth Vinod
2025-04-02 14:46:59 +05:30
parent 5aa0d4a921
commit 72e8e583a9
+2 -2
View File
@@ -1,7 +1,7 @@
<script lang="ts">
import { Button } from '$/components/ui/button';
import { onDestroy, type Snippet } from 'svelte';
import { fade } from 'svelte/transition';
import { Button } from '$/components/ui/button';
interface Props {
closeBanner: Snippet;
@@ -61,7 +61,7 @@
href={currentTagline.url}
target="_blank"
class="col-start-1 row-start-1 flex items-center justify-center gap-4 no-underline"
in:fade={{ delay: 750 }}
in:fade={{ delay: 800 }}
out:fade={{ duration: 1000 }}>
<span class="text-sm tracking-wider text-white">{currentTagline.label}</span>
<Button