mutter/tests/data/test-animator-1.json
Emmanuele Bassi 4dd11d6915 animator: Provide a ClutterScript parser
The whole point of having the Animator class is that the developer can
describe a complex animation using ClutterScript. Hence, ClutterAnimator
should hook into the Script machinery and parse a specific description
format for its keys.
2010-02-08 15:52:18 +00:00

6 lines
75 B
JSON

{
"type" : "ClutterAnimator",
"id" : "animator",
"duration" : 1000
}