mutter/clutter/tests/conform/scripts/test-script-animation.json
2016-04-12 20:04:26 +02:00

15 lines
250 B
JSON

{
"type" : "ClutterAnimation",
"id" : "test",
"mode" : "easeInCubic",
"duration" : 500,
"object" : {
"type" : "ClutterRectangle",
"id" : "rect",
"opacity" : 128,
"width" : 100,
"height" : 16,
"color" : "white"
}
}