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;
});
$inspect(fontsReady);
</script>
<svelte:head>

View File

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