.fade-enter-active, .fade-leave-active {
    transition: opacity 1s ease;
}

.fade-enter, .fade-leave-to {
    opacity: 0;
}