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 + + + + +
+ +
+