From 9d96c21de6578efeb6099295da8c4cb1e189dad8 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Mon, 12 Jul 2010 16:59:38 +0100 Subject: [PATCH] cookbook: Fixed invalid XML tag --- doc/cookbook/animations.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/animations.xml b/doc/cookbook/animations.xml index 4cdcf840e..20b0af580 100644 --- a/doc/cookbook/animations.xml +++ b/doc/cookbook/animations.xml @@ -155,7 +155,7 @@ _on_click_cb (ClutterActor *actor,
Discussion - If you are using ClutterAnimator rather than + If you are using ClutterAnimator rather than implicit animations, clutter_animator_get_timeline() enables you to get the underlying timeline; you could then use the techniques shown above to invert it.