This commit is contained in:
parent
7456e9825d
commit
e77e710983
2 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
import { onMount } from 'svelte';
|
||||
import { fade } from 'svelte/transition';
|
||||
|
||||
let visible = false;
|
||||
let visible = true;
|
||||
let time = 0;
|
||||
|
||||
onMount(() => {
|
||||
time = 0;
|
||||
time = 1000;
|
||||
setTimeout(() => {
|
||||
visible = false;
|
||||
}, time);
|
||||
|
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Loading…
Reference in a new issue