popup - use the map color instead of clip for the fade effect.
authorChunEon Park <chuneon.park@samsung.com>
Thu, 6 Jun 2013 11:35:47 +0000 (20:35 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:39:03 +0000 (20:39 +0900)
Change-Id: Ia300444c3760a84de00be1f003515924ce63f0b8

themes/widgets/popup.edc

index f6cf646..aab3f4f 100644 (file)
@@ -87,9 +87,12 @@ group { name: "elm/notify/center/popup";
            rel2.to: "base";
            map {
               on: 1;
-              backface_cull: 1;
               perspective: "persp";
               smooth: 0;
+              color[0]: 255 255 255 0;
+              color[1]: 255 255 255 0;
+              color[2]: 255 255 255 0;
+              color[3]: 255 255 255 0;
            }
         }
         description { state: "visible" 0.0;
@@ -97,7 +100,6 @@ group { name: "elm/notify/center/popup";
            rel2.to: "base";
            map {
               on: 1;
-              backface_cull: 1;
               perspective: "persp1";
               smooth: 0;
            }
@@ -120,15 +122,6 @@ group { name: "elm/notify/center/popup";
            fixed: 1 1;
            rel1.to: "base";
            rel2.to: "base";
-           color: 255 255 255 0;
-        }
-        description { state: "visible" 0.0;
-           inherit: "default";
-           color: 255 255 255 255;
-        }
-        description { state: "end" 0.0;
-           inherit: "default";
-           color: 255 255 255 255;
         }
      }
    }
@@ -145,7 +138,6 @@ group { name: "elm/notify/center/popup";
             target: "elm.swallow.content";
             target: "clipper";
             after: "end";
-            after: "end1";
        }
        program { name: "end";
            action: STATE_SET "visible" 0.0;
@@ -153,16 +145,6 @@ group { name: "elm/notify/center/popup";
            transition: SIN_FAC 0.33 1.4;
            after: "end2";
        }
-       program { name: "end1";
-           action: STATE_SET "visible" 0.0;
-           target: "clipper";
-           transition: SIN_FAC 0.33 0.5;
-           after: "end3";
-       }
-       program { name: "end3";
-           action: STATE_SET "end" 0.0;
-           target: "clipper";
-       }
        program { name: "end2";
            action: STATE_SET "end" 0.0;
            target: "elm.swallow.content";