Fix Intro?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-06 22:33:47 +02:00
parent 380d155350
commit f414457172
5 changed files with 14 additions and 13 deletions

View File

@@ -37,7 +37,7 @@
{#if show || !process.browser}
<slot />
{:else if process.env.CONFIG.TRANSITION}
{:else}
<div class="transition" id="transition" aria-hidden="true" bind:this={scope}>
<div class="transition__loader"
in:fly={{ y: 32, duration: 1000, easing: quartOut }}