src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 3 Aug 2016 10:18:58 +0000 (18:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Aug 2016 10:18:58 +0000 (18:18 +0800)
src/Builder4/WindowState.vala

index 8a1e6ce..d2382ed 100644 (file)
@@ -633,6 +633,13 @@ public class WindowState : Object
                                this.win.leftpane.el.show();
                                this.win.codeeditview.el.set_scale(0.0f,0.0f);
                        
+                               this.win.codeeditview.el.set_easing_duration(1000);
+                               this.win.codeeditview.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 0.0f);
+                               //this.win.codeeditview.el.set_scale(1.0f,1.0f);
+                               this.win.codeeditview.el.set_pivot_point(0.5f,0.5f);
+                               this.win.codeeditview.el.set_opacity(0xff);
+                       
+                       
                            while (Gtk.events_pending()) { 
                                        Gtk.main_iteration();
                                }