{"version":3,"file":"tools-navigation.js","sources":["../../../w3t_front/components/tools/tools-navigation.js"],"sourcesContent":["import {\n _isMobile,\n _isOnScreen,\n _once,\n configureShadowArea,\n configureVerticalShadowArea,\n} from '../../utils';\n\n_isOnScreen(\n '.header__beacon',\n () => {\n document.querySelector('.tools-navigation').classList.remove('fixed');\n },\n {},\n () => {\n document.querySelector('.tools-navigation').classList.add('fixed');\n },\n);\n\n_isOnScreen('.tools-navigation', () => {\n let scrollArea = document.querySelector('.tools-navigation__scroll-area');\n if (_isMobile()) {\n configureShadowArea(scrollArea);\n } else {\n configureVerticalShadowArea(scrollArea);\n }\n\n _once(() => {\n window.addEventListener('resize', function () {\n if (_isMobile()) {\n configureShadowArea(scrollArea);\n scrollArea.scrollTop = 0;\n } else {\n configureVerticalShadowArea(scrollArea);\n scrollArea.scrollLeft = 0;\n }\n });\n\n scrollArea.addEventListener('scroll', function () {\n if (_isMobile()) {\n configureShadowArea(scrollArea);\n } else {\n configureVerticalShadowArea(scrollArea);\n }\n });\n })();\n});\n\nconst images = [\n 'https://essayshark.com/w3t_avatar/writer/251/mastermindwriterx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/291/aqademiar-tpnx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/147/octoberbabyx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/330/amaninzemx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/157/dockamenx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/133/nunziolinx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/346/professorultimatex128.webp',\n 'https://essayshark.com/w3t_avatar/writer/248/cathykathyx128.webp',\n 'https://essayshark.com/w3t_avatar/writer/416/techpro12x128.webp',\n];\n\nlet currentIndex = 1;\nconst imgElement = document.querySelector('.tools-navigation__writer-avatar');\nconst onlineStatus = document.querySelector('.tools-navigation__online-status');\nfunction changeImage() {\n // Fade out current image\n imgElement.classList.add('fade-out');\n onlineStatus.classList.add('fade-out');\n setTimeout(() => {\n currentIndex = (currentIndex + 1) % images.length;\n imgElement.src = images[currentIndex];\n // Fade the image back in\n imgElement.classList.remove('fade-out');\n onlineStatus.classList.remove('fade-out');\n }, 200);\n}\n\n// Change the image every 10 seconds\nsetInterval(changeImage, 10000);\n"],"names":["_isOnScreen","scrollArea","_isMobile","configureShadowArea","configureVerticalShadowArea","_once","images","currentIndex","imgElement","onlineStatus","changeImage"],"mappings":"0EAQAA,EACE,kBACA,IAAM,CACJ,SAAS,cAAc,mBAAmB,EAAE,UAAU,OAAO,OAAO,CACrE,EACD,CAAE,EACF,IAAM,CACJ,SAAS,cAAc,mBAAmB,EAAE,UAAU,IAAI,OAAO,CAClE,CACH,EAEAA,EAAY,oBAAqB,IAAM,CACrC,IAAIC,EAAa,SAAS,cAAc,gCAAgC,EACpEC,EAAS,EACXC,EAAoBF,CAAU,EAE9BG,EAA4BH,CAAU,EAGxCI,EAAM,IAAM,CACV,OAAO,iBAAiB,SAAU,UAAY,CACxCH,EAAS,GACXC,EAAoBF,CAAU,EAC9BA,EAAW,UAAY,IAEvBG,EAA4BH,CAAU,EACtCA,EAAW,WAAa,EAEhC,CAAK,EAEDA,EAAW,iBAAiB,SAAU,UAAY,CAC5CC,EAAS,EACXC,EAAoBF,CAAU,EAE9BG,EAA4BH,CAAU,CAE9C,CAAK,CACF,CAAA,GACH,CAAC,EAED,MAAMK,EAAS,CACb,yEACA,sEACA,oEACA,kEACA,iEACA,kEACA,0EACA,mEACA,iEACF,EAEA,IAAIC,EAAe,EACnB,MAAMC,EAAa,SAAS,cAAc,kCAAkC,EACtEC,EAAe,SAAS,cAAc,kCAAkC,EAC9E,SAASC,GAAc,CAErBF,EAAW,UAAU,IAAI,UAAU,EACnCC,EAAa,UAAU,IAAI,UAAU,EACrC,WAAW,IAAM,CACfF,GAAgBA,EAAe,GAAKD,EAAO,OAC3CE,EAAW,IAAMF,EAAOC,CAAY,EAEpCC,EAAW,UAAU,OAAO,UAAU,EACtCC,EAAa,UAAU,OAAO,UAAU,CACzC,EAAE,GAAG,CACR,CAGA,YAAYC,EAAa,GAAK"}