{"version":3,"sources":["theme.js"],"names":["jQuery","document","ready","AOS","init","_defineProperty","disable","window","matchMedia"],"mappings":"+uBAuBGA,OAtBGC,QAAQ,EAAEC,MAAM,WACdC,IAAIC,KAAIC,gBAAAA,gBAAAA,gBAAAA,gBAAAA,gBAAAA,gBAAAA,gBAAAA,gBAAA,CAEJC,QAAS,OAAO,EAAA,UACPC,OAAOC,WAAW,kCAAkC,CAAC,EAAA,SAStD,GAAG,EAAA,QACJ,CAAC,EAAA,WACE,GAAG,EAAA,SACL,aAAa,EAAA,OACf,CAAA,CAAI,EAAA,SACF,CAAA,CAAK,EAAA,kBACI,YAAY,CAC9B,CACP,CAAC","file":"theme.min.js","sourcesContent":["(function($){ \r\n $(document).ready(function() {\r\n AOS.init({\r\n // Global settings:\r\n disable: \"phone\", // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function\r\n disable: window.matchMedia(\"(prefers-reduced-motion: reduce)\"), //Only enable AOS animations if prefers-reduced-motion set to false\r\n //startEvent: \"DOMContentLoaded\", // name of the event dispatched on the document, that AOS should initialize on\r\n //initClassName: \"aos-init\", // class applied after initialization\r\n //animatedClassName: \"aos-animate\", // class applied on animation\r\n //useClassNames: false, // if true, will add content of `data-aos` as classes on scroll\r\n //disableMutationObserver: false, // disables automatic mutations' detections (advanced)\r\n //debounceDelay: 50, // the delay on debounce used while resizing window (advanced)\r\n //throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)\r\n // Settings that can be overridden on per-element basis, by `data-aos-*` attributes:\r\n offset: 120, // offset (in px) from the original trigger point\r\n delay: 0, // values from 0 to 3000, with step 50ms\r\n duration: 600, // values from 0 to 3000, with step 50ms\r\n easing: \"ease-in-out\", // default easing for AOS animations\r\n once: true, // whether animation should happen only once - while scrolling down\r\n mirror: false, // whether elements should animate out while scrolling past them\r\n anchorPlacement: \"top-bottom\", // defines which position of the element regarding to window should trigger the animation\r\n });\r\n });\r\n})(jQuery);"]}