[Title] remove the fade out effect because pink color is shown.
authorSangpyo Kim <sangpyo7.kim@samsung.com>
Tue, 28 Aug 2012 09:36:49 +0000 (18:36 +0900)
committerSangpyo Kim <sangpyo7.kim@samsung.com>
Tue, 28 Aug 2012 09:38:21 +0000 (18:38 +0900)
[Issue#] N_SE-4485
[Problem] Pink color is shown while transition effect is running.
[Cause] EFL shows background color when the object is fade out.
[Solution] remove the fade out effect
[Team] Browser UI
[Developer] sangpyo7.kim
[Request] N/A

Change-Id: I09384fa183d69f8df7a2dd067f43e894481f7445

edc/browser-multi-window.edc

index 8d95879..47df52a 100755 (executable)
@@ -304,7 +304,7 @@ collections {
                        program { name: "show,grid_mode";
                                signal: "show,grid_mode,signal";
                                action: STATE_SET "invisible" 0.0;
-                               transition: ACCELERATE 0.3;
+                               //transition: ACCELERATE 0.3;
                                target: "elm.swallow.scroller";
                                target: "elm.title";
                                target: "elm.url";
@@ -319,7 +319,7 @@ collections {
                        program { name: "show,grid_mode,clipper";
                                signal: "show,grid_mode,signal";
                                action: STATE_SET "visible" 0.0;
-                               transition: ACCELERATE 0.3;
+                               //transition: ACCELERATE 0.3;
                                target: "rect.gengrid_clipper";
                        }