From 01e0cd09df8323ea6afc7087844970812f8bcce2 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 9 Oct 2022 13:49:08 +1100 Subject: Add timeline dragging Add basic code for timeline pinch-zooming --- src/components/TimeLine.vue | 113 ++++++++++++++++++++++++++++++++------------ 1 file changed, 83 insertions(+), 30 deletions(-) (limited to 'src') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index 3fe474a..82c2f67 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1,6 +1,9 @@