mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
2637ac1248
added shimmer div-extension
37 lines
710 B
JSON
37 lines
710 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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|