effect: if parent is animating an effect, do not set additional effect on child window
[platform/core/uifw/e-mod-tizen-effect.git] / src / e_mod_effect.c
index d4cb5b9..8bc0df7 100644 (file)
@@ -347,7 +347,7 @@ _eff_object_setup(E_Client *ec, E_Effect_Group group)
           parent_ec = parent_ec->parent;
 
         if ((parent_ec != ec) && (parent_ec->launching)) // Launchig case with parent at same time
-          e_comp_object_effect_set(ec->frame, cfg->effect_style);
+          e_comp_object_effect_set(ec->frame, "no-effect");
         else if ((efc) && (e_policy_client_is_home_screen(efc->reverse_ec))) // Home key effect senario
           e_comp_object_effect_set(ec->frame, cfg->effect_style);
         else if ((cfg) && (cfg->depth_in_style) && (ec->effect_type)) //depth-in senario