aboutsummaryrefslogtreecommitdiff
path: root/src/store.ts
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2023-01-28 16:57:03 +1100
committerTerry Truong <terry06890@gmail.com>2023-01-28 16:57:03 +1100
commit3b397ecf5b061797f4e16ab30d204055912b81e8 (patch)
tree395ff886c66319dde705a12b3237e41053dcf656 /src/store.ts
parent0647021d9b520e058923d2ed44fc487c513def5c (diff)
Tweak responsiveness when dragging
Diffstat (limited to 'src/store.ts')
-rw-r--r--src/store.ts2
1 files changed, 1 insertions, 1 deletions
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,
};
}