Remove a redundant animation

This commit is contained in:
Emmanuele Bassi 2010-05-19 18:23:29 +01:00
parent 86a773536f
commit 4dc91339c3

View File

@ -41,10 +41,6 @@ on_button_release (ClutterActor *actor,
* -1.0f;
east_offset = (clutter_actor_get_width (rects[Center]) + H_PADDING);
clutter_actor_animate (rects[Center], CLUTTER_LINEAR, 500,
"opacity", 128,
NULL);
clutter_actor_animate (rects[NorthWest], CLUTTER_EASE_OUT_CUBIC, 500,
"opacity", 255,
"@constraints.x-bind.offset", west_offset,