mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
7f00e3b5aa
e5a6a0f23d3e399f39c492c585359ca1666ccddf
32 lines
775 B
JSON
32 lines
775 B
JSON
{
|
|
"type": "object",
|
|
"protocol_name": "div-transition-base",
|
|
"codegen": {
|
|
"documentation": {
|
|
"include_in_toc": true
|
|
}
|
|
},
|
|
"properties": {
|
|
"start_delay": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "0",
|
|
"$description": "translations.json#/div_transition_base_start_delay"
|
|
},
|
|
"duration": {
|
|
"$ref": "common.json#/non_negative_integer",
|
|
"default_value": "200",
|
|
"$description": "translations.json#/div_transition_base_duration"
|
|
},
|
|
"interpolator": {
|
|
"$ref": "div-animation-interpolator.json",
|
|
"default_value": "ease_in_out",
|
|
"$description": "translations.json#/div_transition_base_interpolator"
|
|
}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios",
|
|
"web"
|
|
]
|
|
}
|