diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:19:52 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-20 22:19:52 +0100 |
commit | cad1ec32ea3d828b07779373a756f76eac9b3a79 (patch) | |
tree | 988d1cad28d9758dc7b55585ae2a7038a1e17118 /src | |
parent | update todo (diff) | |
download | blueshift-cad1ec32ea3d828b07779373a756f76eac9b3a79.tar.gz blueshift-cad1ec32ea3d828b07779373a756f76eac9b3a79.tar.bz2 blueshift-cad1ec32ea3d828b07779373a756f76eac9b3a79.tar.xz |
m1.1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py index 3e66cca..6aa0e2a 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -65,7 +65,7 @@ The value does not need to be an integer. @param fade:float? Blueshift can use this function to fade into a state when it start or exits. `fade` can either be negative, zero or positive or `None`, but the magnitude of value cannot exceed 1. When Blueshift starts, - the this function will be invoked multiple with the time parameters + this function will be invoked multiple with the time parameters of the time it is invoked and each time `fade` will increase towards 1, starting at 0, when the value is 1, the settings should be applied to 100 %. After this this function will be invoked once again with |