Adjusting animation for fade in
This commit is contained in:
parent
cd7402a728
commit
d661e6b262
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.3s ease;
|
||||
.fade-enter-active{
|
||||
transition: opacity 0.6s ease;
|
||||
}
|
||||
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
|
||||
.fade-enter-from,
|
||||
|
|
|
|||
Loading…
Reference in a new issue