[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / animation / keyframe_color.json
1 {
2   "name": "KeyFrameColor",
3   "key": {
4     "int": 37,
5     "string": "keyframecolor"
6   },
7   "extends": "animation/keyframe.json",
8   "properties": {
9     "value": {
10       "type": "Color",
11       "initialValue": "0",
12       "key": {
13         "int": 88,
14         "string": "value"
15       }
16     }
17   }
18 }