diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/TimeLine.vue | 2 | ||||
| -rw-r--r-- | src/store.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index d0adfc0..6349eb0 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -1222,7 +1222,7 @@ function onPointerDown(evt: PointerEvent){ vUpdateTime = time; } vPrevPointer = (vert.value ? pointerY : pointerX); - }, 50); + }, 30); } function onPointerMove(evt: PointerEvent){ diff --git a/src/store.ts b/src/store.ts index dbc798c..ae6aa63 100644 --- a/src/store.ts +++ b/src/store.ts @@ -145,7 +145,7 @@ function getDefaultState(): StoreState { color, borderRadius: 5, transitionDuration: 300, - animationDelay: 100, + animationDelay: 50, }; } |
