fix: lazy visual blink

This commit is contained in:
Tienson Qin
2022-05-25 23:12:09 +08:00
parent 2eb5bbb6e8
commit 1f4de901f5
2 changed files with 10 additions and 3 deletions

View File

@@ -44,6 +44,12 @@
animation-duration: 1s;
}
.faster-fade-in {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
animation-duration: 0.3s;
}
/* page transition */
.fade-enter {
opacity: 0;