From da2215049852e43e6ae42d4097d8a59825e31dab Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Fri, 16 Jul 2010 12:48:56 +0100 Subject: [PATCH] cookbook: Minor modification to wording to improve clarity Text referred to three animation methods, but only provides examples for two of them; and in future there may be more/fewer than 3. So I reworded it. --- 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 adc65e75d..9d6ddbc6e 100644 --- a/doc/cookbook/animations.xml +++ b/doc/cookbook/animations.xml @@ -394,7 +394,7 @@ _on_click_cb (ClutterActor *actor, Animate the actor's opacity property. - You can do this using any of the three approaches provided + You can do this using any of the approaches provided by the animation API. Here's how to fade out an actor (until it's completely transparent) using implicit animations: