mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 20:04:29 +08:00
fading button in
This commit is contained in:
parent
3bbe6d0f4e
commit
9bb7d0fb4d
1 changed files with 4 additions and 1 deletions
|
|
@ -1598,7 +1598,10 @@ export async function finish(difficultyFailed = false) {
|
|||
} else {
|
||||
$(".pageTest #result #rateQuoteButton .rating").text("");
|
||||
}
|
||||
$(".pageTest #result #rateQuoteButton").removeClass("hidden");
|
||||
$(".pageTest #result #rateQuoteButton")
|
||||
.css({ opacity: 0 })
|
||||
.removeClass("hidden")
|
||||
.css({ opacity: 1 });
|
||||
});
|
||||
|
||||
//check local pb
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue