Files
ai-course/node_modules/.cache/babel-loader/90d2cee9dc0e18e85fba00b2da4c4a76bb546ce462c281c3f35d78c3ab0fbefe.json

1 line
1.6 KiB
JSON
Raw Normal View History

{"ast":null,"code":"import { transformProps } from 'motion-dom';\nimport { scaleCorrectors } from '../../projection/styles/scale-correction.mjs';\nfunction isForcedMotionValue(key, _ref) {\n let {\n layout,\n layoutId\n } = _ref;\n return transformProps.has(key) || key.startsWith(\"origin\") || (layout || layoutId !== undefined) && (!!scaleCorrectors[key] || key === \"opacity\");\n}\nexport { isForcedMotionValue };","map":{"version":3,"names":["transformProps","scaleCorrectors","isForcedMotionValue","key","_ref","layout","layoutId","has","startsWith","undefined"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.mjs"],"sourcesContent":["import { transformProps } from 'motion-dom';\nimport { scaleCorrectors } from '../../projection/styles/scale-correction.mjs';\n\nfunction isForcedMotionValue(key, { layout, layoutId }) {\n return (transformProps.has(key) ||\n key.startsWith(\"origin\") ||\n ((layout || layoutId !== undefined) &&\n (!!scaleCorrectors[key] || key === \"opacity\")));\n}\n\nexport { isForcedMotionValue };\n"],"mappings":"AAAA,SAASA,cAAc,QAAQ,YAAY;AAC3C,SAASC,eAAe,QAAQ,8CAA8C;AAE9E,SAASC,mBAAmBA,CAACC,GAAG,EAAAC,IAAA,EAAwB;EAAA,IAAtB;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAAF,IAAA;EAClD,OAAQJ,cAAc,CAACO,GAAG,CAACJ,GAAG,CAAC,IAC3BA,GAAG,CAACK,UAAU,CAAC,QAAQ,CAAC,IACvB,CAACH,MAAM,IAAIC,QAAQ,KAAKG,SAAS,MAC7B,CAAC,CAACR,eAAe,CAACE,GAAG,CAAC,IAAIA,GAAG,KAAK,SAAS,CAAE;AAC1D;AAEA,SAASD,mBAAmB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}