Fix fade transition feels too slow and laggy

pull/1/head
Lim Chee Aun 2022-12-10 23:53:05 +08:00
rodzic f41ca129c2
commit 5c813b69be
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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