Add ClutterAnimator
authorØyvind Kolås <pippin@linux.intel.com>
Fri, 5 Feb 2010 12:32:00 +0000 (12:32 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 7 Feb 2010 18:25:19 +0000 (18:25 +0000)
commit4cc269a4687f6ca4fcd88ada134cfa00e2b13a1a
treefe644357ae8b02e335c5a506bda8c462313287fe
parentf973b73208bad266a2362e22e5aed1a0780d096d
Add ClutterAnimator

ClutterAnimator is a class for managing the animation of multiple
properties of multiple actors over time with keyframing of values.

The Animator class is meant to be used to effectively describe
animations using the ClutterScript definition format, and to construct
complex implicit animations from the ground up.

Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
.gitignore
clutter/Makefile.am
clutter/clutter-animator.c [new file with mode: 0644]
clutter/clutter-animator.h [new file with mode: 0644]
clutter/clutter-types.h
clutter/clutter.h
doc/reference/clutter/clutter-docs.xml.in
doc/reference/clutter/clutter-sections.txt
doc/reference/clutter/clutter.types
tests/interactive/Makefile.am
tests/interactive/test-animator.c [new file with mode: 0644]