Skip to content

Instantly share code, notes, and snippets.

window.addEventListener('DOMContentLoaded', function() {
window.addEventListener('scroll', handleScroll)
})
function handleScroll() {
// Grab header
const header = document.querySelector('header')
// Grab mid-fold section (two siblings down from header)
const midFold = header.nextElementSibling.nextElementSibling