You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13 - Slide in on Scroll/index-START.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ <h1>Slide in on Scroll</h1>
43
43
</div>
44
44
45
45
<script>
46
+
// debounce makes it so checkSlide function will only run so many times. This is done for performance reasons because the scroll event will run over and over every time you scroll.
0 commit comments