enable fading for closing animation
This commit is contained in:
parent
52b4b7b48f
commit
422e090801
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ shadow = false;
|
||||||
|
|
||||||
# Fade windows in/out when opening/closing and when opacity changes,
|
# Fade windows in/out when opening/closing and when opacity changes,
|
||||||
# unless no-fading-openclose is used.
|
# unless no-fading-openclose is used.
|
||||||
fading = false;
|
fading = true;
|
||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
fade-in-step = 0.03;
|
fade-in-step = 0.03;
|
||||||
|
|
Reference in a new issue