document.addEventListener('DOMContentLoaded', function() { document.addEventListener('scroll', function() { let y = window.scrollY; let headerscroll = document.getElementById('header-scroll'); if (y > 300) { /* change this value here to make it show up at your desired scroll location. */ headerscroll.classList.add('headershow'); } else { headerscroll.classList.remove('headershow'); } }); });
Author picture

Que bueno volver a verte, empecemos!