From d28324f9b716baaaa76cc3a9e2cdf1d54d6040d1 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 21:04:20 +1100 Subject: Implement pinch zoom --- index.html | 2 +- src/components/TimeLine.vue | 54 ++++++++++++++++++++++++++++----------------- 2 files changed, 35 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index 4ace086..44e8deb 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - +
diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index d935415..1fe6c9d 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1,5 +1,5 @@