Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/074db83ca9553f7a8c2f5b4d5d85b5aeb62be63d8a55976e5bc68c72ed41794f.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
1.2 KiB
JSON

{"ast":null,"code":"import { memo } from 'motion-utils';\nconst supportsPartialKeyframes = /*@__PURE__*/memo(() => {\n try {\n document.createElement(\"div\").animate({\n opacity: [1]\n });\n } catch (e) {\n return false;\n }\n return true;\n});\nexport { supportsPartialKeyframes };","map":{"version":3,"names":["memo","supportsPartialKeyframes","document","createElement","animate","opacity","e"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/motion-dom/dist/es/animation/waapi/supports/partial-keyframes.mjs"],"sourcesContent":["import { memo } from 'motion-utils';\n\nconst supportsPartialKeyframes = /*@__PURE__*/ memo(() => {\n try {\n document.createElement(\"div\").animate({ opacity: [1] });\n }\n catch (e) {\n return false;\n }\n return true;\n});\n\nexport { supportsPartialKeyframes };\n"],"mappings":"AAAA,SAASA,IAAI,QAAQ,cAAc;AAEnC,MAAMC,wBAAwB,GAAG,aAAcD,IAAI,CAAC,MAAM;EACtD,IAAI;IACAE,QAAQ,CAACC,aAAa,CAAC,KAAK,CAAC,CAACC,OAAO,CAAC;MAAEC,OAAO,EAAE,CAAC,CAAC;IAAE,CAAC,CAAC;EAC3D,CAAC,CACD,OAAOC,CAAC,EAAE;IACN,OAAO,KAAK;EAChB;EACA,OAAO,IAAI;AACf,CAAC,CAAC;AAEF,SAASL,wBAAwB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}