Files
i-ts 9169f55c56 support custom corner radius at shimmer extension
b57f1e750d746a1c80aa43868a8dc59565978590
2024-07-30 14:33:26 +03:00

45 lines
979 B
JSON

{
"card": {
"log_id": "test",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"items": [
{
"type": "image",
"image_url": "empty://",
"alignment_vertical": "top",
"alignment_horizontal": "center",
"width": {
"type": "fixed",
"value": 300
},
"height": {
"type": "fixed",
"value": 300
},
"extensions": [
{
"id": "shimmer",
"params": {
"corner_radius": {
"top-left": 0,
"top-right": 8,
"bottom-left": 16,
"bottom-right": 32
}
}
}
]
}
]
}
}
]
}
}