Don't slow it down as gratuitously

This commit is contained in:
Tony Garnock-Jones 2022-01-26 23:46:16 +01:00
parent b6ac9f0202
commit 541a1da3d4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function bootRenderer(ds: Ref) {
loop(n - 1);
}
} else {
setTimeout(() => f.turn(() => loop(1)), 50);
setTimeout(() => f.turn(() => loop(1)), 10);
// r.container.scrollLeft =
// (r.playground.width.baseVal.value - r.container.getBoundingClientRect().width)
// / 2;