2019-04-29 23:41:39 +02:00
|
|
|
.fade-enter-active, .fade-leave-active {
|
|
|
|
transition: opacity $transition-duration;
|
|
|
|
}
|
2020-09-05 22:35:52 +02:00
|
|
|
|
2019-04-29 23:41:39 +02:00
|
|
|
.fade-enter, .fade-leave-to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.width-enter-active, .width-leave-active {
|
|
|
|
transition: width $transition-duration;
|
|
|
|
}
|
2020-09-05 22:35:52 +02:00
|
|
|
|
2019-04-29 23:41:39 +02:00
|
|
|
.width-enter, .width-leave-to {
|
|
|
|
width: 0;
|
|
|
|
}
|