cookbook: Added recipe for complex animation
authorElliot Smith <elliot.smith@intel.com>
Fri, 3 Sep 2010 13:31:44 +0000 (14:31 +0100)
committerElliot Smith <elliot.smith@intel.com>
Fri, 3 Sep 2010 13:31:57 +0000 (14:31 +0100)
commit655c60aaa9d90aeed6869faf9c0209006aa0cd61
treec1bb3d7fb44433915ed98f873ad0056f60b8a111
parent60ff660d421fd5aeefd18978cecaac60b6c13d88
cookbook: Added recipe for complex animation

Uses ClutterAnimator to implement a reasonably complex
animation of a single actor (movement along a path with
simultaneous scaling).

Provides a metaphor for thinking about ClutterAnimator
animations (stage directions) and explains keys and key
frames in some depth. Also compares ClutterAnimator
with other possible approaches to this type of animation
(implicit animations, ClutterState).
doc/cookbook/Makefile.am
doc/cookbook/animations.xml
doc/cookbook/videos/animations-complex.ogv [new file with mode: 0644]