{"version":3,"sources":["webpack:///./components/link-section/link-section.js"],"names":["$","on","e","preventDefault","target","this","hash","$target","stop","animate","offset","top"],"mappings":"0FAAA,mBAAe,eACdA,EAAG,gBAAiBC,GAAI,SAAS,SAAWC,GAC3CA,EAAEC,iBACF,IAAIC,EAASC,KAAKC,KACdC,EAAUP,EAAGI,GAEjBJ,EAAG,cAAeQ,OAAOC,QAAS,CACjC,UAAaF,EAAQG,SAASC,IAAM,KAClC,IAAK,SAAS,oB","file":"scripts/17.9f83b.chunk.js","sourcesContent":["export default () => {\r\n\t$( 'a[href^=\"#\"]' ).on( 'click', function ( e ) {\r\n\t\te.preventDefault();\r\n\t\tlet target = this.hash;\r\n\t\tlet $target = $( target );\r\n\r\n\t\t$( 'html, body' ).stop().animate( {\r\n\t\t\t'scrollTop': $target.offset().top - 100,\r\n\t\t}, 900, 'swing', function () {\r\n\t\t} );\r\n\t} );\r\n};\r\n"],"sourceRoot":""}