diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-17 01:42:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-17 01:42:03 +0100 |
commit | 3fc42b2ce51ba02d201e41d15f9525349ba85569 (patch) | |
tree | 54b42a458abfeba2f81b88e6335dfc9ebe3e5e6c /src | |
parent | doc (diff) | |
download | blueshift-3fc42b2ce51ba02d201e41d15f9525349ba85569.tar.gz blueshift-3fc42b2ce51ba02d201e41d15f9525349ba85569.tar.bz2 blueshift-3fc42b2ce51ba02d201e41d15f9525349ba85569.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/__main__.py b/src/__main__.py index 6a58054..2c95a34 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -92,12 +92,12 @@ fadeout_time = 2 :float? The number of seconds used to fade out on exit, `None` for no fading ''' -fadein_steps = 10 +fadein_steps = 40 ''' :int The number of steps in the fade in phase, if any ''' -fadeout_steps = 10 +fadeout_steps = 40 ''' :int The number of steps in the fade out phase, if any ''' |