mirror of
https://github.com/diffusionstudio/lottie.git
synced 2026-09-14 13:40:33 +08:00
8 lines
245 B
JSON
8 lines
245 B
JSON
{
|
|
"controls": [
|
|
{ "sid": "ballColor", "label": "Ball color" },
|
|
{ "sid": "ballOpacity", "label": "Ball opacity", "min": 0, "max": 100, "step": 1 },
|
|
{ "sid": "ballSize", "label": "Ball size", "min": 20, "max": 400, "step": 1 }
|
|
]
|
|
}
|