Adjust animation
This commit is contained in:
parent
4a3c1d56be
commit
7ca5e7cfa2
@ -1,6 +1,4 @@
|
||||
<script>
|
||||
import { fade } from "svelte/transition";
|
||||
|
||||
export let title = 'title'
|
||||
</script>
|
||||
|
||||
@ -11,7 +9,7 @@
|
||||
<img src="/images/logo/wide_logo_200.png" alt="OwlBoard Logo">
|
||||
</picture>
|
||||
</a>
|
||||
<header in:fade={{duration: 150}} out:fade={{duration: 150}}>{title}</header>
|
||||
<header>{title}</header>
|
||||
</div>
|
||||
<div class="headerBlock">
|
||||
<!-- This exists to prevent the headerBar overlapping anything below it -->
|
||||
|
Loading…
Reference in New Issue
Block a user