From 070c3ef84879de5f8280b5c0657af0d710fe14ab Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 23 May 2024 20:19:21 +0200 Subject: [PATCH] Width & Height are props, and movement-paths animate in --- src/Viz.svelte | 114 ++++++++++++++++++++++++++++++++++++------------- src/main.ts | 7 +++ 2 files changed, 91 insertions(+), 30 deletions(-) diff --git a/src/Viz.svelte b/src/Viz.svelte index 98b8495..8c5e275 100644 --- a/src/Viz.svelte +++ b/src/Viz.svelte @@ -1,11 +1,39 @@

library of motions

@@ -169,7 +222,10 @@ {#each drawn_movements as m} - + {/each} @@ -177,14 +233,12 @@ - {node.name} + {node.name} {/each} - -