Collection form: improve transition on item change
This commit is contained in:
@@ -126,7 +126,7 @@ function changePosition(id, position) {
|
|||||||
.list-move, /* apply transition to moving elements */
|
.list-move, /* apply transition to moving elements */
|
||||||
.list-enter-active,
|
.list-enter-active,
|
||||||
.list-leave-active {
|
.list-leave-active {
|
||||||
transition: all 0.5s ease;
|
transition: all 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-enter-from,
|
.list-enter-from,
|
||||||
|
|||||||
Reference in New Issue
Block a user