We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc30a0 commit e1dd03bCopy full SHA for e1dd03b
13 - Slide in on Scroll/index-FINISHED.html
@@ -60,7 +60,7 @@ <h1>Slide in on Scroll</h1>
60
61
const sliderImages = document.querySelectorAll('.slide-in');
62
63
- function checkSlide(e) {
+ function checkSlide() {
64
sliderImages.forEach(sliderImage => {
65
// half way through the image
66
const slideInAt = (window.scrollY + window.innerHeight) - sliderImage.height / 2;
0 commit comments