Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_start.edc 


Log Message:


nicer :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_start.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_start.edc   18 May 2005 10:18:02 -0000      1.2
+++ default_start.edc   18 May 2005 10:29:04 -0000      1.3
@@ -92,11 +92,11 @@
            aspect: 1.0 1.0;
            rel1 {
               to: "title_bar";
-              offset: 7 7;
+              offset: 0 0;
            }
            rel2 {
               to: "title_bar";
-              offset: -8 -8;
+              offset: -1 -1;
            }
            image {
               normal: "e17_logo.png";
@@ -107,11 +107,11 @@
            inherit: "default" 0.0;
            rel1 {
               to: "title_bar";
-              offset: 9 9;
+              offset: 7 7;
            }
            rel2 {
               to: "title_bar";
-              offset: -10 -10;
+              offset: -8 -8;
            }
         }
       }
@@ -419,6 +419,7 @@
         name:    "go_active";
         action:  STATE_SET "active" 0.0;
         target:  "title_bar";
+        target:  "logo";
         transition: LINEAR 0.05;
         after:   "go_active2";
       }
@@ -484,9 +485,24 @@
         name:    "logo_go_active";
         signal:  "";
         source:  "";
-        action:  STATE_SET "active" 0.0;
-         transition: LINEAR 0.2;
-        target:  "logo";
+        after: "hover_go_active";
+      }
+      program {
+        name:    "hover_go_active";
+        signal:  "";
+        source:  "";
+        action:  STATE_SET "visible" 0.0;
+        target:  "logo2";
+        after:   "hover_go_active2";
+      }
+      program {
+        name:    "hover_go_active2";
+        signal:  "";
+        source:  "";
+        action:  STATE_SET "hidden" 0.0;
+        transition: LINEAR 0.5;
+        target:  "logo2";
+        after:   "hover_go_active";
       }
       
       program {      
@@ -503,6 +519,7 @@
         name:    "go_passive";
         action:  STATE_SET "default" 0.0;
         target:  "title_shadow2";
+        target:  "logo";
         transition: LINEAR 0.1;
         after:   "go_passive2";
       }
@@ -524,30 +541,12 @@
         name:    "logo_go_passive";
         signal:  "";
         source:  "";
-        action:  STATE_SET "default" 0.0;
-        target:  "logo";
+        after:   "hover_go_passive";
       }
       
       program {
-        name:    "hover_go_active";
-        signal:  "active";
-        source:  "";
-        action:  STATE_SET "visible" 0.0;
-        target:  "logo2";
-        after:   "hover_go_active2";
-      }
-      program {
-        name:    "hover_go_active2";
-        signal:  "";
-        source:  "";
-        action:  STATE_SET "hidden" 0.0;
-        transition: LINEAR 0.5;
-        target:  "logo2";
-        after:   "hover_go_active";
-      }
-      program {
         name:    "hover_go_passive";
-        signal:  "passive";
+        signal:  "";
         source:  "";
         action:  ACTION_STOP;
         target:  "hover_go_active";




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to