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

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