mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
108772d734
commit_hash:ceed40350cfd0f74be3cb0991134436013570d2f
34 lines
815 B
JSON
34 lines
815 B
JSON
{
|
|
"type": "object",
|
|
"$description": "translations.json#/div_transformation_rotation",
|
|
"platforms": [
|
|
"web"
|
|
],
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"rotation"
|
|
]
|
|
},
|
|
"angle": {
|
|
"type": "number",
|
|
"$description": "translations.json#/div_transformation_rotation_angle"
|
|
},
|
|
"pivot_x": {
|
|
"$ref": "div-pivot.json",
|
|
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
|
|
"$description": "translations.json#/div_transformation_rotation_pivot_x"
|
|
},
|
|
"pivot_y": {
|
|
"$ref": "div-pivot.json",
|
|
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
|
|
"$description": "translations.json#/div_transformation_rotation_pivot_y"
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"angle"
|
|
]
|
|
}
|