mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 00:46:23 +00:00
fix: lazy visual blink
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user