[popup] uncommented modified clipper part for opacity VI effect.
authorAmit Kamboj <amit.kamboj@samsung.com>
Thu, 14 Mar 2013 11:01:37 +0000 (16:31 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Mon, 25 Mar 2013 08:03:47 +0000 (17:03 +0900)
Change-Id: I77fd8554e5f273c2e428bf2604b7e103d355cfc4

themes/widgets/popup.edc

index e08103f..7b5837f 100644 (file)
@@ -78,7 +78,7 @@ group { name: "elm/notify/center/popup";
      part { name: "elm.swallow.content";
         type: SWALLOW;
         scale: 1;
-        //clip_to: "clipper";
+        clip_to: "clipper";
         description { state: "default" 0.0;
            rel1.to: "base";
            rel2.to: "base";
@@ -108,11 +108,13 @@ group { name: "elm/notify/center/popup";
            }
         }
      }
-     /*
      part { name: "clipper";
         type: RECT;
         scale: 1;
         description { state: "default" 0.0;
+           min: 1280 1280;
+           max: 1280 1280;
+           fixed: 1 1;
            rel1.to: "base";
            rel2.to: "base";
            color: 255 255 255 0;
@@ -126,7 +128,6 @@ group { name: "elm/notify/center/popup";
            color: 255 255 255 255;
         }
      }
-     */
    }
    programs {
        program { name: "show";
@@ -139,9 +140,9 @@ group { name: "elm/notify/center/popup";
             signal: "show";
             action: STATE_SET "default" 0.0;
             target: "elm.swallow.content";
-            //target: "clipper";
+            target: "clipper";
             after: "end";
-            //after: "end1";
+            after: "end1";
        }
        program { name: "end";
            action: STATE_SET "visible" 0.0;
@@ -149,10 +150,9 @@ 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";
+           target: "clipper";
            transition: SIN_FAC 0.33 0.5;
            after: "end3";
        }
@@ -160,7 +160,6 @@ group { name: "elm/notify/center/popup";
            action: STATE_SET "end" 0.0;
            target: "clipper";
        }
-       */
        program { name: "end2";
            action: STATE_SET "end" 0.0;
            target: "elm.swallow.content";