1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "__type__": "cc.AnimationClip",
- "_name": "smallBig",
- "_objFlags": 0,
- "_native": "",
- "_duration": 0.6666666666666666,
- "sample": 15,
- "speed": 1,
- "wrapMode": 2,
- "curveData": {
- "props": {
- "scale": [
- {
- "frame": 0,
- "value": {
- "__type__": "cc.Vec2",
- "x": 0.52,
- "y": 0.52
- }
- },
- {
- "frame": 0.3333333333333333,
- "value": {
- "__type__": "cc.Vec2",
- "x": 0.42,
- "y": 0.42
- }
- },
- {
- "frame": 0.6666666666666666,
- "value": {
- "__type__": "cc.Vec2",
- "x": 0.52,
- "y": 0.52
- }
- }
- ]
- }
- },
- "events": []
- }
|