mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
5e8b4b12f5
commit_hash:722e749989d5e6d914364547bcfadc492d43b285
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"card": {
|
|
"log_id": "div2_sample_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "container",
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#AA0"
|
|
}
|
|
],
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "Animated WebP"
|
|
},
|
|
{
|
|
"type": "gif",
|
|
"gif_url": "https://yastatic.net/s3/home/yandex-app/temp/animated_webp_transparent.webp",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
},
|
|
{
|
|
"type": "gif",
|
|
"gif_url": "https://yastatic.net/s3/home/yandex-app/temp/alpha_fade_transparent.webp",
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|