Nathanwoodburn.github.io/templates/assets/js/about.min.js
Nathan Woodburn 5bed9dbbc8
All checks were successful
Build Docker / Build Image (push) Successful in 31s
feat: Add python server
2023-11-02 20:26:15 +11:00

1 line
325 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);