We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2c05f commit d64184cCopy full SHA for d64184c
src/js/index.js
@@ -369,7 +369,7 @@ function saveBookmarkSettings() {
369
function animate() {
370
//var inputs = document.querySelectorAll("input");
371
const nodes = document.querySelectorAll(".tile");
372
- const observerConfig = { attributes: false, childList: true, subtree: false };
+ //const observerConfig = { attributes: false, childList: true, subtree: false };
373
const total = nodes.length;
374
const time = 0.9;
375
const omega = 12;
0 commit comments