Files
ai-course/node_modules/.cache/babel-loader/fbc2be0509eab254808c43f8b7dbf5dcf778640fd293f30bc99658ca1810f0db.json

1 line
2.1 KiB
JSON
Raw Normal View History

{"ast":null,"code":"import { spring } from 'motion-dom';\nimport { createAnimationsFromSequence } from '../sequence/create.mjs';\nimport { animateSubject } from './subject.mjs';\nfunction animateSequence(sequence, options, scope) {\n const animations = [];\n const animationDefinitions = createAnimationsFromSequence(sequence, options, scope, {\n spring\n });\n animationDefinitions.forEach((_ref, subject) => {\n let {\n keyframes,\n transition\n } = _ref;\n animations.push(...animateSubject(subject, keyframes, transition));\n });\n return animations;\n}\nexport { animateSequence };","map":{"version":3,"names":["spring","createAnimationsFromSequence","animateSubject","animateSequence","sequence","options","scope","animations","animationDefinitions","forEach","_ref","subject","keyframes","transition","push"],"sources":["/Users/apple/Documents/cursor/Web课件/AI课/education_web_多Agent协作系统/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs"],"sourcesContent":["import { spring } from 'motion-dom';\nimport { createAnimationsFromSequence } from '../sequence/create.mjs';\nimport { animateSubject } from './subject.mjs';\n\nfunction animateSequence(sequence, options, scope) {\n const animations = [];\n const animationDefinitions = createAnimationsFromSequence(sequence, options, scope, { spring });\n animationDefinitions.forEach(({ keyframes, transition }, subject) => {\n animations.push(...animateSubject(subject, keyframes, transition));\n });\n return animations;\n}\n\nexport { animateSequence };\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,YAAY;AACnC,SAASC,4BAA4B,QAAQ,wBAAwB;AACrE,SAASC,cAAc,QAAQ,eAAe;AAE9C,SAASC,eAAeA,CAACC,QAAQ,EAAEC,OAAO,EAAEC,KAAK,EAAE;EAC/C,MAAMC,UAAU,GAAG,EAAE;EACrB,MAAMC,oBAAoB,GAAGP,4BAA4B,CAACG,QAAQ,EAAEC,OAAO,EAAEC,KAAK,EAAE;IAAEN;EAAO,CAAC,CAAC;EAC/FQ,oBAAoB,CAACC,OAAO,CAAC,CAAAC,IAAA,EAA4BC,OAAO,KAAK;IAAA,IAAvC;MAAEC,SAAS;MAAEC;IAAW,CAAC,GAAAH,IAAA;IACnDH,UAAU,CAACO,IAAI,CAAC,GAAGZ,cAAc,CAACS,OAAO,EAAEC,SAAS,EAAEC,UAAU,CAAC,CAAC;EACtE,CAAC,CAAC;EACF,OAAON,UAAU;AACrB;AAEA,SAASJ,eAAe","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}