Files
babaevmm 5e8b4b12f5 add webp test case
commit_hash:722e749989d5e6d914364547bcfadc492d43b285
2025-12-21 23:16:38 +03:00

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
}
}
]
}
}
]
}
}