Skip to content

Commit 934b900

Browse files
committed
Removed C logs
1 parent bf3ab12 commit 934b900

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

22. Fade Out/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ let arrow = document.getElementById("arrow");
22

33
window.addEventListener("scroll", () => {
44
let position = window.scrollY;
5-
// console.log(position);
65
if (position <= 5) {
76
arrow.classList.toggle("fade-in");
87
arrow.classList.toggle("fade-out");

0 commit comments

Comments
 (0)