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

1 line
1.6 KiB
JSON

{"ast":null,"code":"import { isMotionValue, motionValue } from 'motion-dom';\nimport { animateMotionValue } from '../interfaces/motion-value.mjs';\nfunction animateSingleValue(value, keyframes, options) {\n const motionValue$1 = isMotionValue(value) ? value : motionValue(value);\n motionValue$1.start(animateMotionValue(\"\", motionValue$1, keyframes, options));\n return motionValue$1.animation;\n}\nexport { animateSingleValue };","map":{"version":3,"names":["isMotionValue","motionValue","animateMotionValue","animateSingleValue","value","keyframes","options","motionValue$1","start","animation"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/framer-motion/dist/es/animation/animate/single-value.mjs"],"sourcesContent":["import { isMotionValue, motionValue } from 'motion-dom';\nimport { animateMotionValue } from '../interfaces/motion-value.mjs';\n\nfunction animateSingleValue(value, keyframes, options) {\n const motionValue$1 = isMotionValue(value) ? value : motionValue(value);\n motionValue$1.start(animateMotionValue(\"\", motionValue$1, keyframes, options));\n return motionValue$1.animation;\n}\n\nexport { animateSingleValue };\n"],"mappings":"AAAA,SAASA,aAAa,EAAEC,WAAW,QAAQ,YAAY;AACvD,SAASC,kBAAkB,QAAQ,gCAAgC;AAEnE,SAASC,kBAAkBA,CAACC,KAAK,EAAEC,SAAS,EAAEC,OAAO,EAAE;EACnD,MAAMC,aAAa,GAAGP,aAAa,CAACI,KAAK,CAAC,GAAGA,KAAK,GAAGH,WAAW,CAACG,KAAK,CAAC;EACvEG,aAAa,CAACC,KAAK,CAACN,kBAAkB,CAAC,EAAE,EAAEK,aAAa,EAAEF,SAAS,EAAEC,OAAO,CAAC,CAAC;EAC9E,OAAOC,aAAa,CAACE,SAAS;AAClC;AAEA,SAASN,kBAAkB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}