From 1ae76ed5250ce995f2469e8102fb23bbbff03944 Mon Sep 17 00:00:00 2001 From: Arthur Lefebvre Date: Wed, 22 Apr 2026 15:14:01 +0200 Subject: [PATCH] Collection form: improve transition on item change --- front/src/CollectionForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/CollectionForm.vue b/front/src/CollectionForm.vue index 392d34e..049f6f2 100644 --- a/front/src/CollectionForm.vue +++ b/front/src/CollectionForm.vue @@ -126,7 +126,7 @@ function changePosition(id, position) { .list-move, /* apply transition to moving elements */ .list-enter-active, .list-leave-active { - transition: all 0.5s ease; + transition: all 0.2s ease; } .list-enter-from,