mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01: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%;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue