mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
26 lines
658 B
JSON
26 lines
658 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_transform",
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
],
|
|
"properties": {
|
|
"rotation": {
|
|
"type": "number",
|
|
"$description": "translations.json#/div_transform_rotation"
|
|
},
|
|
"pivot_x": {
|
|
"$ref": "div-pivot.json",
|
|
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
|
|
"$description": "translations.json#/div_transform_pivot_x"
|
|
},
|
|
"pivot_y": {
|
|
"$ref": "div-pivot.json",
|
|
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
|
|
"$description": "translations.json#/div_transform_pivot_y"
|
|
}
|
|
}
|
|
}
|