[docs] Fix typo in the effects migration guide
Fixes bug: http://bugzilla.openedhand.com/show_bug.cgi?id=1706
This commit is contained in:
parent
eff857bc7f
commit
605927db5b
@ -116,7 +116,7 @@ on_fade_complete (ClutterActor *actor,
|
|||||||
<programlisting>
|
<programlisting>
|
||||||
ClutterAnimation *animation;
|
ClutterAnimation *animation;
|
||||||
|
|
||||||
animation = clutter_actor_animate (actor, CLUTTER_LINER, 500,
|
animation = clutter_actor_animate (actor, CLUTTER_LINEAR, 500,
|
||||||
"opacity", 0,
|
"opacity", 0,
|
||||||
NULL);
|
NULL);
|
||||||
g_signal_connect_swapped (animation,
|
g_signal_connect_swapped (animation,
|
||||||
@ -125,7 +125,7 @@ on_fade_complete (ClutterActor *actor,
|
|||||||
|
|
||||||
/* OR */
|
/* OR */
|
||||||
|
|
||||||
clutter_actor_animate (actor, CLUTTER_LINER, 500,
|
clutter_actor_animate (actor, CLUTTER_LINEAR, 500,
|
||||||
"opacity", 0,
|
"opacity", 0,
|
||||||
"signal-swapped::completed", clutter_actor_hide, actor,
|
"signal-swapped::completed", clutter_actor_hide, actor,
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user