diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 16:57:03 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 16:57:03 +1100 |
| commit | 3b397ecf5b061797f4e16ab30d204055912b81e8 (patch) | |
| tree | 395ff886c66319dde705a12b3237e41053dcf656 /src/store.ts | |
| parent | 0647021d9b520e058923d2ed44fc487c513def5c (diff) | |
Tweak responsiveness when dragging
Diffstat (limited to 'src/store.ts')
| -rw-r--r-- | src/store.ts | 2 |
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, }; } |
