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;