From 21aa30b2ec9aee4a4142dd4de6cfcfeddd614399 Mon Sep 17 00:00:00 2001 From: lyonsyonii Date: Tue, 12 Dec 2023 09:58:41 +0100 Subject: [PATCH] ENH: Testing new Checkpoint animation. Instead of 'fade' it's now 'scale' --- frontend/src/components/Checkpoint/Checkpoint.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Checkpoint/Checkpoint.svelte b/frontend/src/components/Checkpoint/Checkpoint.svelte index 49f50a0..d2b90aa 100644 --- a/frontend/src/components/Checkpoint/Checkpoint.svelte +++ b/frontend/src/components/Checkpoint/Checkpoint.svelte @@ -1,5 +1,5 @@ {#if show} -
+
{/if}