const scrollEnd="80px";gsap.registerPlugin(ScrollTrigger);let mm=gsap.matchMedia(),animationDesktop;const desktopNav=document.querySelector("#navbar-desktop"),mobileNav=document.querySelector("#navbar-mobile"),startDesktopAnimation=function(){animationDesktop=gsap.to(desktopNav.querySelector(".brand>img"),{scrollTrigger:{trigger:"body",start:"top",end:scrollEnd,scrub:!0,},width:"80%",});};(startDesktopAnimation(),mm.add("(max-width:66rem)",()=>{animationDesktop?.revert();return()=>{startDesktopAnimation();};}));