[mutter] default: Make the map animation more friendly
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] default: Make the map animation more friendly
- Date: Sun, 9 Feb 2014 16:54:36 +0000 (UTC)
commit 9c20de1adbc137d306cdc5179a8f511cdc9cba7e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sun Feb 9 11:52:55 2014 -0500
default: Make the map animation more friendly
src/compositor/plugins/default.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/compositor/plugins/default.c b/src/compositor/plugins/default.c
index 2e87cf9..8d5c558 100644
--- a/src/compositor/plugins/default.c
+++ b/src/compositor/plugins/default.c
@@ -705,15 +705,15 @@ map (MetaPlugin *plugin, MetaWindowActor *window_actor)
EffectCompleteData *data = g_new0 (EffectCompleteData, 1);
ActorPrivate *apriv = get_actor_private (window_actor);
- clutter_actor_move_anchor_point_from_gravity (actor,
- CLUTTER_GRAVITY_CENTER);
-
- clutter_actor_set_scale (actor, 0.0, 0.0);
+ clutter_actor_set_pivot_point (actor, 0.5, 0.5);
+ clutter_actor_set_opacity (actor, 0);
+ clutter_actor_set_scale (actor, 0.5, 0.5);
clutter_actor_show (actor);
animation = clutter_actor_animate (actor,
- CLUTTER_EASE_IN_SINE,
+ CLUTTER_EASE_OUT_QUAD,
MAP_TIMEOUT,
+ "opacity", 255,
"scale-x", 1.0,
"scale-y", 1.0,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]