fix: transition class names
see: https://v3.vuejs.org/guide/migration/transition.html
This commit is contained in:
@ -205,8 +205,12 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
||||
}
|
||||
}
|
||||
|
||||
&.v-leave, &.v-leave-to, &.v-leave-active
|
||||
&.move-card-leave, &.move-card-leave-to, &.move-card-leave-active {
|
||||
&.v-leave-from,
|
||||
&.v-leave-to,
|
||||
&.v-leave-active
|
||||
&.move-card-leave-from,
|
||||
&.move-card-leave-to,
|
||||
&.move-card-leave-active {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -238,7 +238,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.flash-background-enter, .flash-background-enter-active {
|
||||
.flash-background-enter-from,
|
||||
.flash-background-enter-active {
|
||||
animation: flash-background $flash-background-duration ease 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user