diff options
author | Andy Williams <andy@andywilliams.me> | 2017-03-16 22:57:03 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-03-16 22:57:03 +0000 |
commit | 01972e5e2539ae24b5916729e18da5dfb5d1c445 (patch) | |
tree | 9d2f50b80387d8ca4072a2cc22f8fe7b934fa472 /data | |
parent | 4d13273e3b3090579e11438fd32cbbe1d64db4b4 (diff) |
luncher: improving engage animations
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/edc/luncher.edc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index 9d65e1dfd0..2ad3352d71 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -48,7 +48,6 @@ group { name: "e/gadget/luncher/icon"; new Float:zoom = 1.75; new Float:scale = zoom - (abs(cursorpos-(iconpos+size/2)) / (size*4)); if (scale < 1.0) scale = 1.0; - if (scale > zoom) scale = zoom; return scale; } |