summaryrefslogtreecommitdiffstats
path: root/src/__main__.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-17 01:42:03 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-17 01:42:03 +0100
commit3fc42b2ce51ba02d201e41d15f9525349ba85569 (patch)
tree54b42a458abfeba2f81b88e6335dfc9ebe3e5e6c /src/__main__.py
parentdoc (diff)
downloadblueshift-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/__main__.py')
-rwxr-xr-xsrc/__main__.py4
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
'''