mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
44a1bd2455
commit_hash:6a1dce4b40aa439f99d12b0c09d8530ac5a6b7b2
36 lines
726 B
JSON
36 lines
726 B
JSON
{
|
|
"$description": "translations.json#/div_color_animator",
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-animator-base.json"
|
|
},
|
|
{
|
|
"properties": {
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"color_animator"
|
|
]
|
|
},
|
|
"start_value": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_animator_start_value"
|
|
},
|
|
"end_value": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_animator_end_value"
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"end_value"
|
|
],
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|
|
]
|
|
}
|