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.
This commit is contained in:
Elliot Smith 2010-07-16 12:48:56 +01:00
parent 962b3c6885
commit da22150498

View File

@ -394,7 +394,7 @@ _on_click_cb (ClutterActor *actor,
<para>Animate the actor's opacity property.</para>
<para>You can do this using any of the three approaches provided
<para>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:</para>