RevelaOS/assets/Launcher-112d4365.js
2024-02-14 18:14:39 +00:00

1 line
683 B
JavaScript

let e=!1;const t={config:{name:"Launcher",type:"library",targetVer:"1.0.0-indev.0"},init:(a,r)=>{t.data.element=new a.HTML("div").style({background:`${document.documentElement.style.getPropertyValue("--mantle")}E0`,width:"350px",height:"500px",margin:"20px",padding:"10px",overflow:"hidden","border-radius":"20px",border:"1px solid var(--surface-0)",position:"fixed",bottom:"-500px",left:"0",transition:"bottom 0.5s cubic-bezier(1,0,0,1)","z-index":"1000","box-shadow":"0 0 10px 0 rgba(0,0,0,0.5)","user-select":"none","backdrop-filter":"blur(10px)"})},data:{toggle:()=>(e?t.data.element.style({bottom:"-500px"}):t.data.element.style({bottom:"68px"}),e=!e,e)}};export{t as default};