1
0
Fork 0

Fix fade transition feels too slow and laggy

This commit is contained in:
Lim Chee Aun 2022-12-10 23:53:05 +08:00
parent f41ca129c2
commit 5c813b69be

View file

@ -33,7 +33,7 @@ a.hashtag {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
overflow: auto; overflow: auto;
transition: opacity 1s ease-in-out; transition: opacity .1s ease-in-out;
} }
.deck-container[hidden] { .deck-container[hidden] {
display: block; display: block;