Collection form: improve transition on item change

This commit is contained in:
2026-04-22 15:14:01 +02:00
parent 7d867af654
commit 1ae76ed525

View File

@@ -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,