mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-17 22:13:27 +01:00
22 lines
447 B
Markdown
22 lines
447 B
Markdown
# animation-duration
|
|
|
|
```
|
|
Set the duration for movement animations in ms
|
|
|
|
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
|
|
|
|
```
|