2021-08-20 17:01:19 +02:00
|
|
|
.fade-enter-active,
|
|
|
|
.fade-leave-active {
|
2019-04-29 21:41:39 +00:00
|
|
|
transition: opacity $transition-duration;
|
|
|
|
}
|
2020-09-05 22:35:52 +02:00
|
|
|
|
2021-08-20 17:01:19 +02:00
|
|
|
.fade-enter-from,
|
|
|
|
.fade-leave-to {
|
2019-04-29 21:41:39 +00:00
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
2021-08-20 17:01:19 +02:00
|
|
|
.width-enter-active,
|
|
|
|
.width-leave-active {
|
2019-04-29 21:41:39 +00:00
|
|
|
transition: width $transition-duration;
|
|
|
|
}
|
2020-09-05 22:35:52 +02:00
|
|
|
|
2021-08-20 17:01:19 +02:00
|
|
|
.width-enter-from,
|
|
|
|
.width-leave-to {
|
2019-04-29 21:41:39 +00:00
|
|
|
width: 0;
|
|
|
|
}
|