From 7ab100e29ff1e5872fdeddec4341425f68470cec Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 27 Jul 2021 18:27:32 +0200 Subject: [PATCH] Tune animation duration --- src/views/list/views/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/list/views/List.vue b/src/views/list/views/List.vue index 4308412d9..5d6da08fb 100644 --- a/src/views/list/views/List.vue +++ b/src/views/list/views/List.vue @@ -194,7 +194,7 @@ export default { drag: false, dragOptions: { - animation: 150, + animation: 100, ghostClass: 'ghost', }, }