Files
divkit/test_data/regression_test_data/rive_ping_pong_loop.json
T
dashapalshau 83a2b926f8 Add rive animation parameters
Add rive animation parameters
2022-12-12 14:51:13 +03:00

42 lines
1.0 KiB
JSON

{
"card": {
"log_id": "rive",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"height": {
"type": "fixed",
"value": 480
},
"orientation": "overlap",
"items": [
{
"type": "custom",
"custom_type": "rive_animation",
"width": {
"type": "fixed",
"value": 240
},
"height": {
"type": "fixed",
"value": 240
},
"alignment_horizontal": "center",
"alignment_vertical": "center",
"placeholder_color": "#2C3E50",
"custom_props": {
"url": "https://public.rive.app/community/runtime-files/3370-7083-cup-walk.riv",
"fit": "FitWidth",
"alignment": "Center",
"loop": "PingPong"
}
}
]
}
}
]
}
}