Adjust animation

This commit is contained in:
Fred Boniface 2023-06-28 21:53:38 +01:00
parent 4a3c1d56be
commit 7ca5e7cfa2
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
<script> <script>
import { fade } from "svelte/transition";
export let title = 'title' export let title = 'title'
</script> </script>
@ -11,7 +9,7 @@
<img src="/images/logo/wide_logo_200.png" alt="OwlBoard Logo"> <img src="/images/logo/wide_logo_200.png" alt="OwlBoard Logo">
</picture> </picture>
</a> </a>
<header in:fade={{duration: 150}} out:fade={{duration: 150}}>{title}</header> <header>{title}</header>
</div> </div>
<div class="headerBlock"> <div class="headerBlock">
<!-- This exists to prevent the headerBar overlapping anything below it --> <!-- This exists to prevent the headerBar overlapping anything below it -->