mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-20 04:26:28 +08:00
removed conosle log
This commit is contained in:
parent
1e1e3f2f79
commit
724ea3d0f2
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ export function updateFastOpacity(num) {
|
|||
$("#monkey .fast").animate({ opacity: opacity }, 1000);
|
||||
let animDuration = mapRange(num, 100, 200, 0.5, 0.01);
|
||||
if (animDuration == 0.5) animDuration = 0;
|
||||
console.log(num + " > " + animDuration);
|
||||
$("#monkey").css({ animationDuration: animDuration + "s" });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue