We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb6628 commit db97a04Copy full SHA for db97a04
1 file changed
13 - Slide in on Scroll/index-START.html
@@ -64,7 +64,7 @@ <h1>Slide in on Scroll</h1>
64
console.log(e)
65
}
66
67
- window.addEventListener('scroll', checkSlide)
+ window.addEventListener('scroll', debounce(checkSlide))
68
69
</script>
70
0 commit comments