submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / transform_component.json
1 {
2   "name": "TransformComponent",
3   "key": {
4     "int": 38,
5     "string": "transformcomponent"
6   },
7   "abstract": true,
8   "extends": "container_component.json",
9   "properties": {
10     "rotation": {
11       "type": "double",
12       "initialValue": "0",
13       "animates": true,
14       "key": {
15         "int": 15,
16         "string": "r"
17       }
18     },
19     "scaleX": {
20       "type": "double",
21       "initialValue": "1",
22       "animates": true,
23       "group": "scale",
24       "key": {
25         "int": 16,
26         "string": "sx"
27       }
28     },
29     "scaleY": {
30       "type": "double",
31       "initialValue": "1",
32       "animates": true,
33       "group": "scale",
34       "key": {
35         "int": 17,
36         "string": "sy"
37       }
38     },
39     "opacity": {
40       "type": "double",
41       "initialValue": "1",
42       "animates": true,
43       "key": {
44         "int": 18,
45         "string": "opacity"
46       }
47     }
48   }
49 }