diff --git a/404.html b/404.html index 2feea033..cdff17a2 100644 --- a/404.html +++ b/404.html @@ -1309,6 +1309,16 @@ + + + + + + + + + + @@ -1422,6 +1432,27 @@ +
Set the duration for movement animations in ms
-Usage: komorebic.exe animation-duration <DURATION>
+Usage: komorebic.exe animation-duration [OPTIONS] <DURATION>
Arguments:
<DURATION>
Desired animation durations in ms
Options:
+ -a, --animation-type <ANIMATION_TYPE>
+ Animation type to apply the duration to. If not specified, sets global duration
+
+ [possible values: movement, transparency]
+
-h, --help
Print help
Enable or disable movement animations
-Usage: komorebic.exe animation <BOOLEAN_STATE>
+Usage: komorebic.exe animation [OPTIONS] <BOOLEAN_STATE>
Arguments:
<BOOLEAN_STATE>
[possible values: enable, disable]
Options:
+ -a, --animation-type <ANIMATION_TYPE>
+ Animation type to apply the state to. If not specified, sets global state
+
+ [possible values: movement, transparency]
+
-h, --help
Print help