Files
Nathanwoodburn.github.io/templates/assets/js/about.min.js

1 line
323 B
JavaScript

function slideout(){bodydiv=document.querySelector("body"),bodydiv.style.top="-100%",setTimeout(function(){window.location.href="/#about",bodydiv.style.top="0px"},1e3)}function scroll(){(window.innerWidth>0?window.innerWidth:document.documentElement.clientWidth)>1024&&slideout()}document.addEventListener("scroll",scroll);