raster pushed a commit to branch feature/themes/flat. http://git.enlightenment.org/core/efl.git/commit/?id=a50af32c60b6192e4cb20d3821340b597703d02f
commit a50af32c60b6192e4cb20d3821340b597703d02f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Nov 28 12:31:22 2020 +0000 TH - winlist - crap - didnt transition back to invisible!!!!!! the hide anim animated... but didnt actually go to the right state! fix. --- data/elementary/themes/edc/winlist.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/winlist.edc b/data/elementary/themes/edc/winlist.edc index d9d4cb18a7..2dcee1a010 100644 --- a/data/elementary/themes/edc/winlist.edc +++ b/data/elementary/themes/edc/winlist.edc @@ -303,7 +303,7 @@ group { name: "e/widgets/winlist/large/bg"; action: SIGNAL_EMIT "e,action,show,done" "e"; } program { signal: "e,state,visible,off"; source: "e"; - action: STATE_SET "visible" 0.0; + action: STATE_SET "default" 0.0; transition: ACCELERATE 0.2 USE_DURATION_FACTOR 1; target: "bg_clip"; // target: "bg_blur"; --
