style: perf code style

This commit is contained in:
vben
2020-10-14 21:22:08 +08:00
parent 7c7f35a3d7
commit 77db3d5f80
11 changed files with 35 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.2s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
.fade-enter-from,

View File

@@ -1,7 +1,7 @@
// zoom-out
.zoom-out-enter-active,
.zoom-out-leave-active {
transition: opacity 0.2 ease-in-out, transform 0.2s ease-out;
transition: opacity 0.1 ease-in-out, transform 0.15s ease-out;
}
.zoom-out-enter-from,
@@ -13,7 +13,7 @@
// zoom-fade
.zoom-fade-enter-active,
.zoom-fade-leave-active {
transition: transform 0.2s, opacity 0.2s ease-out;
transition: transform 0.1s, opacity 0.15s ease-out;
}
.zoom-fade-enter-from {