diff --git a/public/index.html b/public/index.html index 7e6ff699..e9a0b02e 100644 --- a/public/index.html +++ b/public/index.html @@ -19,6 +19,10 @@ target: document.body, data: { events, + skipInactive: true, + showDebug: false, + autoPlay: false, + showWarning: false, }, }); component.addEventListener('finish', () => console.log('finish')); diff --git a/src/Controller.html b/src/Controller.html index 02127069..27649d57 100644 --- a/src/Controller.html +++ b/src/Controller.html @@ -55,7 +55,7 @@ {/if} - {#each [1, 2, 4, 8] as s} + {#each speedOption as s}