Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / animation / keyframe_double.json
1 {
2   "name": "KeyFrameDouble",
3   "key": {
4     "int": 30,
5     "string": "keyframedouble"
6   },
7   "extends": "animation/keyframe.json",
8   "properties": {
9     "value": {
10       "type": "double",
11       "initialValue": "0",
12       "key": {
13         "int": 70,
14         "string": "value"
15       }
16     }
17   }
18 }