We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1181e commit 5f0f09aCopy full SHA for 5f0f09a
1 file changed
src/index.html
@@ -111,7 +111,7 @@ <h2>Loading...</h2>
111
const factInterval = setInterval(() => {
112
factIndex = (factIndex + 1) % facts.length;
113
factElement.innerText = facts[factIndex];
114
- }, 500);
+ }, 3000);
115
116
canvas.addEventListener("webglcontextlost", (e) => {
117
alert('Error with WebGL. Please reload the page');
0 commit comments