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 bf3ab12 commit 934b900Copy full SHA for 934b900
22. Fade Out/app.js
@@ -2,7 +2,6 @@ let arrow = document.getElementById("arrow");
2
3
window.addEventListener("scroll", () => {
4
let position = window.scrollY;
5
- // console.log(position);
6
if (position <= 5) {
7
arrow.classList.toggle("fade-in");
8
arrow.classList.toggle("fade-out");
0 commit comments