Skip to content
Wanscale makes networks intelligent, secure, and easy to manage.
document.addEventListener("scroll", function() { if (window.scrollY > 500) { document.body.classList.add("header-scrolled"); } else { document.body.classList.remove("header-scrolled"); } });