12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "__type__": "cc.AnimationClip",
- "_name": "uiLoadAni",
- "_objFlags": 0,
- "_native": "",
- "_duration": 0.5,
- "sample": 60,
- "speed": 0.2,
- "wrapMode": 2,
- "curveData": {
- "paths": {
- "txtTips": {
- "comps": {
- "cc.Label": {
- "string": [
- {
- "frame": 0,
- "value": "资源加载中."
- },
- {
- "frame": 0.16666666666666666,
- "value": "资源加载中.."
- },
- {
- "frame": 0.3333333333333333,
- "value": "资源加载中..."
- },
- {
- "frame": 0.5,
- "value": "资源加载中."
- }
- ]
- }
- }
- },
- "loading": {
- "props": {
- "angle": [
- {
- "frame": 0,
- "value": 0
- },
- {
- "frame": 0.16666666666666666,
- "value": -90
- },
- {
- "frame": 0.3333333333333333,
- "value": -180
- },
- {
- "frame": 0.5,
- "value": -270
- }
- ]
- }
- }
- }
- },
- "events": []
- }
|