Small change to make user all note option menus fade in

This commit is contained in:
Max G
2020-03-29 23:01:37 +00:00
parent 88a0c7b26a
commit 3d6e527e3a
2 changed files with 19 additions and 13 deletions

View File

@@ -64,20 +64,26 @@
}
.modal-fade-enter,
.modal-fade-leave-active {
opacity: 0;
}
.modal-fade-enter-active,
.modal-fade-leave-active {
transition: opacity .5s ease;
/*.fade-enter-active {*/
animation: fade-in .3s;
}
/*.fade-leave-active {*/
animation: fade-in .1s reverse;
}
@keyframes fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
<template>
<transition name="modal-fade">
<!-- <transition name="fade"> -->
<div>
<div class="slide-container" :style="{ 'background-color':bgColor, 'color':textColor}">