Adjusting animation for fade in

This commit is contained in:
Max 2022-02-23 09:23:04 -05:00
parent cd7402a728
commit d661e6b262

View file

@ -1,6 +1,9 @@
.fade-enter-active, .fade-enter-active{
.fade-leave-active { transition: opacity 0.6s ease;
transition: opacity 0.3s ease; }
.fade-leave-active {
transition: opacity 0.3s ease;
} }
.fade-enter-from, .fade-enter-from,