evry-theme: do not slide in input area
authorHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 27 Oct 2010 11:25:05 +0000 (11:25 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Wed, 27 Oct 2010 11:25:05 +0000 (11:25 +0000)
SVN revision: 53913

data/themes/default.edc

index 65cfbdd..2e163f0 100644 (file)
@@ -33261,7 +33261,6 @@ collections {
             signal: "e,state,list_show";
             source: "e";
             action: STATE_SET "visible" 0.0;
-            /* transition: DECELERATE 0.1; */
             target: "base";
          }
          program {
@@ -33277,9 +33276,6 @@ collections {
             signal: "e,state,entry_show";
             source: "e";
             action: STATE_SET "visible" 0.0;
-            transition: SINUSOIDAL 0.08;
-            /* target: "input_over1";
-             * target: "input_over2"; */
             target: "input_base";
          }
          program {
@@ -33288,8 +33284,6 @@ collections {
             source: "e";
             action: STATE_SET "default" 0.0;
             transition: SINUSOIDAL 0.08;
-            /* target: "input_over1";
-             * target: "input_over2"; */
             target: "input_base";
          }
          program {