up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / transition_value_condition.json
1 {
2   "name": "TransitionValueCondition",
3   "key": {
4     "int": 69,
5     "string": "transitionvaluecondition"
6   },
7   "abstract": true,
8   "extends": "animation/transition_condition.json",
9   "properties": {
10     "opValue": {
11       "type": "uint",
12       "initialValue": "0",
13       "key": {
14         "int": 156,
15         "string": "opvalue"
16       },
17       "description": "Integer representation of the StateMachineOp enum."
18     }
19   }
20 }