12 lines
No EOL
171 B
SCSS
12 lines
No EOL
171 B
SCSS
.fade-enter-active{
|
|
transition: opacity 0.6s ease;
|
|
}
|
|
|
|
.fade-leave-active {
|
|
transition: opacity 0.3s ease;
|
|
}
|
|
|
|
.fade-enter-from,
|
|
.fade-leave-to {
|
|
opacity: 0;
|
|
} |