From 79963604107d1872e9c9cd5ff17faeee37a3d3cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 27 Feb 2015 18:04:30 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index a58d89758..b9aa1633e 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -489,9 +489,14 @@ public class WindowState : Object this.win.rooview.el.set_opacity(0xff); this.win.rooview.el.restore_easing_state(); + this.clutterfiles.el.save_easing_state(); + this.clutterfiles.el.set_easing_duration(1000); + this.clutterfiles.el.set_pivot_point(0.5f,0.5f); + this.clutterfiles.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 180.0f); + this.clutterfiles.el.set_opacity(0); - this.clutterfiles.el.hide(); + //this.clutterfiles.el.hide(); break; -- 2.39.2