Files
divkit/test_data/regression_test_data/animations/scale_pivot_src.json
T
2022-09-06 18:33:35 +03:00

66 lines
1.7 KiB
JSON

{
"card": {
"log_id": "transition/scale_pivot_src",
"transition_animation_selector": "data_change",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"height": {
"type": "fixed",
"value": 320
},
"content_alignment_vertical": "top",
"orientation": "vertical",
"items": [
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"paddings": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"margins": {
"left": 16,
"top": 16,
"right": 16,
"bottom": 16
},
"border": {
"corner_radius": 8
},
"background": [
{
"type": "solid",
"color": "#0E000000"
}
],
"font_size": 16,
"font_weight": "medium",
"text_alignment_vertical": "center",
"text_alignment_horizontal": "center",
"text_color": "#000000",
"alpha": 1.0,
"text": "Show",
"actions": [
{
"log_id": "perform_forward_transition",
"url": "div-demo-action://set_data?path=animations/scale_pivot_dst.json"
}
]
}
]
}
}
]
}
}