Skip to content

Commit d64184c

Browse files
Update index.js
1 parent 6b2c05f commit d64184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function saveBookmarkSettings() {
369369
function animate() {
370370
//var inputs = document.querySelectorAll("input");
371371
const nodes = document.querySelectorAll(".tile");
372-
const observerConfig = { attributes: false, childList: true, subtree: false };
372+
//const observerConfig = { attributes: false, childList: true, subtree: false };
373373
const total = nodes.length;
374374
const time = 0.9;
375375
const omega = 12;

0 commit comments

Comments
 (0)