Adjust animation
This commit is contained in:
parent
4a3c1d56be
commit
7ca5e7cfa2
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user