diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4569a3d..5f3a67e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,6 +1,6 @@ @@ -154,25 +170,57 @@ blurMultiplier: 8, duration, easing: quintOut, + x: { + start: goingLeft ? -100 : 100, + end: 0, + }, + y: { + start: 72, + end: 0, + }, + origin: "top center", }} out:blur={{ blurMultiplier: 8, duration, easing: quintOut, + x: { + start: 0, + end: goingLeft ? 100 : -100, + }, + y: { + start: 0, + end: 72, + }, + origin: "top center", }} > - {@render children()} + + {@render children()} + + + + {/key} - - - + class="fixed top-0 left-0 w-screen h-screen -z-40 pointer-events-none" + style="background: var(--bg-gradient);" + > +{/if} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index c1267f2..93db27a 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -11,35 +11,52 @@ - - - - - + The file converter you'll love. - + All processing done on your device. No file size limit, no ads, and completely open source. - + + +
+
All processing done on your device. No file size limit, no ads, and completely open source.