{"version":3,"file":"js/9841.c58177bef57d91f7.js","mappings":"oJAAM,MAAOA,EACF,WAAOC,GACV,MAAMC,EAAOC,OAAOC,SAASF,KAC7B,GAAIA,EAAM,CACNC,OAAOE,QAAQC,kBAAoB,SACnC,MAAMC,EAAQC,SAASC,eAAeP,EAAKQ,UAAU,IACrDH,EAAMI,gBAAe,EACzB,CACJ,EAGJC,GAAE,KACEZ,EAAgBC,MAAM,G","sources":["webpack://@sazka/kasa-loyalty/./js/app/homepage/_anchor-animation.ts"],"sourcesContent":["export class AnchorAnimation {\r\n    public static init() {\r\n        const hash = window.location.hash;\r\n        if (hash) {\r\n            window.history.scrollRestoration = 'manual';\r\n            const elmnt = document.getElementById(hash.substring(1));\r\n            elmnt.scrollIntoView(true);\r\n        }\r\n    }\r\n}\r\n\r\n$(() => {\r\n    AnchorAnimation.init();\r\n});"],"names":["AnchorAnimation","init","hash","window","location","history","scrollRestoration","elmnt","document","getElementById","substring","scrollIntoView","$"],"sourceRoot":""}