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 e97d2dc commit d361d66Copy full SHA for d361d66
index.js
@@ -9,7 +9,6 @@ function reveal() {
9
windowHeight - element.getBoundingClientRect().height + 150 &&
10
elementBottom >= 140
11
) {
12
- console.log(element);
13
element.classList.add("active");
14
} else {
15
element.classList.remove("active");
0 commit comments