{"version":3,"file":"callout-bar/index.js","mappings":";;;;;;;;;;;AAAA;;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;;;;;;;;ACNsB;AAGtBA,QAAQ,CAACC,gBAAgB,CAAC,kBAAkB,EAAE,YAAU;EACtDD,QAAQ,CAACE,gBAAgB,CAAC,uBAAuB,CAAC,CAACC,OAAO,CAAC,UAASC,OAAO,EAAC;IAC1E,MAAMC,EAAE,GAAGC,IAAI,CAACC,QAAQ,CAAC;MACvBC,aAAa,EAAE;QACbC,OAAO,EAAEL,OAAO;QAChBM,GAAG,EAAE,KAAK;QAAI;QACdC,KAAK,EAAE,SAAS,CAAE;MACpB;IACF,CAAC,CAAC;;IAEFN,EAAE,CACCO,IAAI,CAAC,0BAA0B,EAAE;MAACC,MAAM,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAK,CAAC,CAAC,CAC5DF,IAAI,CAAC,gDAAgD,EAAE;MAACG,OAAO,EAAE;IAAC,CAAC,EAAE,OAAO,CAAC,CAC7EH,IAAI,CAAC,8BAA8B,EAAE;MAACG,OAAO,EAAE;IAAC,CAAC,CAAC;EACvD,CAAC,CAAC;EAEFT,IAAI,CAACU,KAAK,CAACC,OAAO,CAAC,uBAAuB,CAAC,CAACd,OAAO,CAAC,CAACe,OAAO,EAAEC,CAAC,KAAK;IAClEb,IAAI,CAACC,QAAQ,CAAC;MACZC,aAAa,EAAE;QACbC,OAAO,EAAES,OAAO,CAACE,aAAa;QAC9BC,KAAK,EAAE,IAAI;QACXC,mBAAmB,EAAE;MACvB;IAAC,CAAC,CAAC,CACFC,MAAM,CAACL,OAAO,EAAE;MACjBM,CAAC,EAAEA,CAAA,KAAM,EAAGN,OAAO,CAACO,YAAY,GAAGP,OAAO,CAACE,aAAa,CAACK,YAAY;IACvE,CAAC,EAAE;MACDD,CAAC,EAAE,CAAC;MACJE,IAAI,EAAE;IACR,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ,CAAC,CAAC,C","sources":["webpack://wp-scripts-starter-theme/./blocks/callout-bar/index.scss?3de4","webpack://wp-scripts-starter-theme/webpack/bootstrap","webpack://wp-scripts-starter-theme/webpack/runtime/make namespace object","webpack://wp-scripts-starter-theme/./blocks/callout-bar/index.js"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport {};","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import './index.scss';\n\n\ndocument.addEventListener('DOMContentLoaded', function(){\n document.querySelectorAll('.pd-block-callout-bar').forEach(function(element){\n const tl = gsap.timeline({\n scrollTrigger: {\n trigger: element,\n pin: false, // pin the trigger element while active\n start: \"top 80%\", // when the top of the trigger hits the top of the viewport\n },\n });\n\n tl\n .from('.pd_callout-slice-accent', {height: 0, bottom: \"50%\"})\n .from('.pd_callout-content .acf-innerblocks-container', {opacity: 0}, \"-=0.3\")\n .from('.pd_callout-sequence-pattern', {opacity: 0})\n })\n\n gsap.utils.toArray(\".pd_callout-image img\").forEach((section, i) => {\n gsap.timeline({ \n scrollTrigger: {\n trigger: section.parentElement,\n scrub: true,\n invalidateOnRefresh: true\n }})\n .fromTo(section, { \n y: () => - (section.offsetHeight - section.parentElement.offsetHeight) \n }, {\n y: 0,\n ease: \"none\"\n });\n });\n})"],"names":["document","addEventListener","querySelectorAll","forEach","element","tl","gsap","timeline","scrollTrigger","trigger","pin","start","from","height","bottom","opacity","utils","toArray","section","i","parentElement","scrub","invalidateOnRefresh","fromTo","y","offsetHeight","ease"],"sourceRoot":""}