From 541a1da3d4afabf7af71222cdd936b2ac9cbf586 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 26 Jan 2022 23:46:16 +0100 Subject: [PATCH] Don't slow it down as gratuitously --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 4969e5b..915dcf9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;