Skip to content

Commit e1dd03b

Browse files
authored
removed e parameter
1 parent 2bc30a0 commit e1dd03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13 - Slide in on Scroll/index-FINISHED.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>Slide in on Scroll</h1>
6060

6161
const sliderImages = document.querySelectorAll('.slide-in');
6262

63-
function checkSlide(e) {
63+
function checkSlide() {
6464
sliderImages.forEach(sliderImage => {
6565
// half way through the image
6666
const slideInAt = (window.scrollY + window.innerHeight) - sliderImage.height / 2;

0 commit comments

Comments
 (0)