{"version":3,"file":"parallaxBlock.js","sources":["../../../../s/BiNo.ReactApps/apps/scripts/src/parallax-block.ts"],"sourcesContent":["import { onReady } from './util/onReady';\r\n\r\nconst io_options: IntersectionObserverInit = {\r\n rootMargin: '0px 0px -100% 0px',\r\n threshold: 0,\r\n};\r\n\r\nconst io_callback: IntersectionObserverCallback = (entries) => {\r\n entries.forEach((entry) => {\r\n entry.target.classList.toggle('sticking', entry.isIntersecting);\r\n });\r\n};\r\n\r\nfunction init() {\r\n const stickyImages = document.querySelectorAll('.parallax-sticky-element');\r\n\r\n if (stickyImages.length > 0) {\r\n const io_observer = new IntersectionObserver(io_callback, io_options);\r\n\r\n stickyImages.forEach((element) => {\r\n io_observer.observe(element);\r\n });\r\n }\r\n}\r\n\r\nonReady(() => {\r\n init();\r\n});\r\n"],"names":["io_options","io_callback","entries","entry","init","stickyImages","io_observer","element","onReady"],"mappings":"0CAEA,MAAMA,EAAuC,CACzC,WAAY,oBACZ,UAAW,CACf,EAEMC,EAA6CC,GAAY,CACnDA,EAAA,QAASC,GAAU,CACvBA,EAAM,OAAO,UAAU,OAAO,WAAYA,EAAM,cAAc,CAAA,CACjE,CACL,EAEA,SAASC,GAAO,CACN,MAAAC,EAAe,SAAS,iBAAiB,0BAA0B,EAErE,GAAAA,EAAa,OAAS,EAAG,CACzB,MAAMC,EAAc,IAAI,qBAAqBL,EAAaD,CAAU,EAEvDK,EAAA,QAASE,GAAY,CAC9BD,EAAY,QAAQC,CAAO,CAAA,CAC9B,CAAA,CAET,CAEAC,EAAQ,IAAM,CACLJ,EAAA,CACT,CAAC"}