From 071029e373366b93a9f3b7c3b4ef5b8ec9eaf6a3 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Wed, 10 Nov 2010 17:43:28 +0000 Subject: [PATCH] cookbook: Recipe skeleton for "looping animations" --- doc/cookbook/animations.xml | 55 +++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/doc/cookbook/animations.xml b/doc/cookbook/animations.xml index 862aeb889..e9843511c 100644 --- a/doc/cookbook/animations.xml +++ b/doc/cookbook/animations.xml @@ -2305,4 +2305,59 @@ clutter_animator_start (animator); +
+ Looping an animation + +
+ Problem + + ... +
+ +
+ Solution + + ... +
+ +
+ Discussion + + ... +
+ +
+ Full examples + + + Looping an implicit animation + + + a code sample should be here... but isn't + + + + + + Looping a <type>ClutterAnimator</type> animation + + + a code sample should be here... but isn't + + + + + + Looping a <type>ClutterState</type> animation + + + a code sample should be here... but isn't + + + + +
+ +
+