bugfix: webkit scroll #826

This commit is contained in:
2020-07-29 16:44:50 +02:00
parent 196c02d0fc
commit 68064c916a
6 changed files with 47 additions and 29 deletions
-15
View File
@@ -46,14 +46,6 @@
}
}
// .fade-enter,
// .fade-leave-to{
// opacity: 0;
// }
// .fade-enter-to,
// .fade-leave{
// opacity:1;
// }
.fade-enter-active{
transition: all 300ms ease-in-out;
}
@@ -61,13 +53,6 @@
transition: all 200ms ease-in-out;
}
// .fade-enter-active,
// .fade-leave-active {
// transition-duration: 0.3s;
// transition-property: opacity;
// transition-timing-function: ease;
// }
.fade-enter,
.fade-leave-active {
opacity: 0