up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / animation.json
1 {
2   "name": "Animation",
3   "key": {
4     "int": 27,
5     "string": "animation"
6   },
7   "properties": {
8     "artboardId": {
9       "type": "Id",
10       "initialValue": "Core.missingId",
11       "key": {
12         "int": 54,
13         "string": "artboardid"
14       },
15       "description": "Identifier used to track the artboard this animation belongs to.",
16       "runtime": false
17     },
18     "name": {
19       "type": "String",
20       "initialValue": "''",
21       "key": {
22         "int": 55,
23         "string": "name"
24       },
25       "description": "Name of the animation."
26     },
27     "order": {
28       "type": "FractionalIndex",
29       "initialValue": "FractionalIndex.invalid",
30       "key": {
31         "int": 73,
32         "string": "order"
33       },
34       "description": "Order this animation shows up in the animations list.",
35       "runtime": false
36     }
37   }
38 }