mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix fade transition feels too slow and laggy
This commit is contained in:
parent
f41ca129c2
commit
5c813b69be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue