Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / animation / nested_simple_animation.json
1 {
2   "name": "NestedSimpleAnimation",
3   "key": {
4     "int": 96,
5     "string": "nested_simple_animation"
6   },
7   "extends": "animation/nested_linear_animation.json",
8   "properties": {
9     "speed": {
10       "type": "double",
11       "initialValue": "1",
12       "animates": true,
13       "key": {
14         "int": 199,
15         "string": "speed"
16       },
17       "description": "Speed to play the nested animation at."
18     },
19     "isPlaying": {
20       "type": "bool",
21       "initialValue": "false",
22       "animates": true,
23       "key": {
24         "int": 201,
25         "string": "is_playing"
26       },
27       "description": "Enumerated backing value for playback state."
28     }
29   }
30 }