{"version":3,"file":"jquery.scroll_to_this.min.js","sources":["jquery.scroll_to_this.js"],"sourcesContent":["(function($) {\r\n $.fn.scrollToThis = function (time, verticalOffset) {\r\n time = typeof (time) != 'undefined' ? time : 800;\r\n verticalOffset = typeof (verticalOffset) != 'undefined' ? verticalOffset : 0;\r\n const element = $(this);\r\n const offset = element.offset();\r\n const offsetTop = offset.top + verticalOffset;\r\n $('html, body').stop().animate({\r\n scrollTop: offsetTop\r\n }, time);\r\n };\r\n})(jQuery);"],"names":["$","fn","scrollToThis","time","verticalOffset","offsetTop","this","offset","top","stop","animate","scrollTop","jQuery"],"mappings":"AAAA,CAAA,SAAUA,GACNA,EAAEC,GAAGC,aAAe,SAAUC,EAAMC,GAChCD,EAAwB,KAAA,IAAV,EAAwBA,EAAO,IAC7CC,EAA4C,KAAA,IAApB,EAAkCA,EAAiB,EAGrEC,EAFUL,EAAEM,IAAI,EACCC,OAAO,EACLC,IAAMJ,EAC/BJ,EAAE,YAAY,EAAES,KAAK,EAAEC,QAAQ,CAC3BC,UAAWN,CACf,EAAGF,CAAI,CACX,CACH,EAAES,MAAM"}