Skip to content

Commit

Permalink
ENH: Testing new Checkpoint animation. Instead of 'fade' it's now 'sc…
Browse files Browse the repository at this point in the history
…ale'
  • Loading branch information
LyonSyonII committed Dec 12, 2023
1 parent d2b7fba commit 21aa30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Checkpoint/Checkpoint.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import { fade } from "svelte/transition";
import { scale } from "svelte/transition";
import { onMount } from "svelte";
/** Id of the checkpoint.
Expand Down Expand Up @@ -31,7 +31,7 @@
</script>

{#if show}
<div in:fade>
<div in:scale>
<slot />
</div>
{/if}
Expand Down

0 comments on commit 21aa30b

Please sign in to comment.