animator: Provide a ClutterScript parser
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 15:52:18 +0000 (15:52 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 8 Feb 2010 15:52:18 +0000 (15:52 +0000)
commit4dd11d6915f75ba62b8292c3138d4cc11a28fb21
treed7b48a5a0d1f831fc7e305e468cd97b45395b864
parent790a13c0d9d2249747cfb81dcb13f83c6cc2cec1
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.
.gitignore
clutter/clutter-animator.c
tests/conform/Makefile.am
tests/conform/test-animator.c [new file with mode: 0644]
tests/conform/test-conform-main.c
tests/data/Makefile.am
tests/data/test-animator-1.json [new file with mode: 0644]
tests/data/test-animator-2.json [new file with mode: 0644]