{"version":3,"file":"AnchorTrigger.chunk-506878.js","mappings":"oKASIA,E,mBAEAC,G,gBAAgB,CACnBC,KAAM,WACLF,EAAuBG,IAAE,2BACzBF,EAAcG,YACf,EAEAA,WAAY,WAEXJ,EAAqBK,GAAG,SAAS,SAAUC,GAC1CA,EAAMC,iBACN,IAAMC,EAASL,IAAEM,MAAMC,KAAK,WACtBC,EAAQR,IAAE,IAAMK,GAEtB,QAAqB,IAAVG,EACV,OAAO,EAGR,IAAMC,EAAeD,EAAME,SAASC,IAKpC,OAHAX,IAAE,aAAaY,QAAQ,CACtBC,UAAWJ,GACT,MACI,CACR,GACD,G","sources":["webpack://tgholdings/./wwwroot/Content/scripts/src/app/ui/anchor-trigger/anchor-trigger.js"],"sourcesContent":["/* app/ui/back-to-top/back-to-top */\n\nimport $ from 'jquery';\nimport { MediaQueries } from 'Util/mediaqueries';\nimport {\n\tsubscribe,\n\t// unsubscribe,\n} from 'Util/pubsub';\n\nvar $anchorTriggerButton;\n\nvar AnchorTrigger = {\n\tinit: function () {\n\t\t$anchorTriggerButton = $('.js-anchor-trigger__btn');\n\t\tAnchorTrigger._initEvent();\n\t},\n\n\t_initEvent: function () {\n\t\n\t\t$anchorTriggerButton.on('click', function (event) {\n\t\t\tevent.preventDefault();\n\t\t\tconst target = $(this).data('trigger');\n\t\t\tconst $item = $('#' + target);\n\n\t\t\tif (typeof $item === \"undefined\") {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\tconst triggerPoint = $item.offset().top;\n\n\t\t\t$('body,html').animate({\n\t\t\t\tscrollTop: triggerPoint\n\t\t\t}, 800);\n\t\t\treturn false;\n\t\t});\n\t},\n\t\n};\n\nexport { AnchorTrigger };\n"],"names":["$anchorTriggerButton","AnchorTrigger","init","$","_initEvent","on","event","preventDefault","target","this","data","$item","triggerPoint","offset","top","animate","scrollTop"],"sourceRoot":""}