mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
8 lines
162 B
CSS
8 lines
162 B
CSS
.fade-enter-active, .fade-leave-active {
|
|
transition: opacity .3s;
|
|
}
|
|
|
|
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
|
opacity: 0;
|
|
}
|