From 3b397ecf5b061797f4e16ab30d204055912b81e8 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sat, 28 Jan 2023 16:57:03 +1100 Subject: Tweak responsiveness when dragging --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store.ts') 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, }; } -- cgit v1.2.3