various widget optimizations for faster note switching

This commit is contained in:
zadam
2020-02-03 21:16:33 +01:00
parent 66204811cf
commit 44ddcdd852
13 changed files with 111 additions and 96 deletions

View File

@@ -486,7 +486,7 @@ window.Springy = function() {
t._started = false;
onRenderStop();
} else {
requestIdleCallback(step, { timeout: 10 });
requestIdleCallback(step, { timeout: 30 });
}
}