mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Remove a redundant animation
This commit is contained in:
parent
86a773536f
commit
4dc91339c3
@ -41,10 +41,6 @@ on_button_release (ClutterActor *actor,
|
|||||||
* -1.0f;
|
* -1.0f;
|
||||||
east_offset = (clutter_actor_get_width (rects[Center]) + H_PADDING);
|
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,
|
clutter_actor_animate (rects[NorthWest], CLUTTER_EASE_OUT_CUBIC, 500,
|
||||||
"opacity", 255,
|
"opacity", 255,
|
||||||
"@constraints.x-bind.offset", west_offset,
|
"@constraints.x-bind.offset", west_offset,
|
||||||
|
Loading…
Reference in New Issue
Block a user