mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-27 18:38:37 +08:00
automatically disabling animations
This commit is contained in:
parent
ee5c0e830b
commit
ef745d0392
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export function start() {
|
|||
function loop() {
|
||||
let dt = Date.now() - expected;
|
||||
|
||||
if (dt > interval) {
|
||||
if (dt > stepIntervalMS) {
|
||||
Tribe.setNoAnim(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue