From 8a0ed6a97837a5fb8faa10ab415759b445aaa2fe Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 19 Oct 2022 13:28:56 +1100 Subject: Prevent jumps in event line angle transitions Instead of directly using new angles, update old ones Also prevent event lines from 'detaching' from the mainline during transitions Also make events displayed in circles --- src/components/TimeLine.vue | 48 ++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 14 deletions(-) diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 77ef5cc..01561a1 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -33,7 +33,7 @@
{{idToEvent.get(id)!.title}}
@@ -47,7 +47,7 @@