up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / animation_state.json
1 {
2   "name": "AnimationState",
3   "key": {
4     "int": 61,
5     "string": "animationstate"
6   },
7   "extends": "animation/layer_state.json",
8   "properties": {
9     "animationId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "initialValue": "Core.missingId",
13       "initialValueRuntime": "-1",
14       "key": {
15         "int": 149,
16         "string": "animationid"
17       },
18       "description": "Id of the animation this layer state refers to."
19     }
20   }
21 }