chore: remove unused code and add animation

This commit is contained in:
Ilia Mashkov
2026-02-10 18:14:17 +03:00
parent 3f0761aca7
commit 1c2fca784f
2 changed files with 3 additions and 7 deletions

View File

@@ -49,8 +49,6 @@ onMount(async () => {
} }
fontsReady = true; fontsReady = true;
}); });
$inspect(fontsReady);
</script> </script>
<svelte:head> <svelte:head>

View File

@@ -167,10 +167,6 @@ $effect(() => {
{char} {char}
{proximity} {proximity}
{isPast} {isPast}
weight={typography.weight}
size={typography.renderedSize}
fontAName={fontA.name}
fontBName={fontB.name}
/> />
{/if} {/if}
{/each} {/each}
@@ -202,7 +198,9 @@ $effect(() => {
> >
<!-- Text Rendering Container --> <!-- Text Rendering Container -->
{#if isLoading} {#if isLoading}
<div out:fade={{ duration: 300 }}>
<Loader size={24} /> <Loader size={24} />
</div>
{:else} {:else}
<div <div
class=" class="