diff --git a/index.js b/index.js index 91b7c26..c1db5bc 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ document.addEventListener('DOMContentLoaded', function () { createSquare(); - // setInterval(createSquare, 1000); + setInterval(createSquare, 3000); }); window.addEventListener('resize', function () { @@ -40,4 +40,4 @@ default: return '#171717'; } - } \ No newline at end of file + }