mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-15 22:13:22 +01:00
22 lines
425 B
Markdown
22 lines
425 B
Markdown
# animation
|
|
|
|
```
|
|
Enable or disable movement animations
|
|
|
|
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
|
|
|
|
```
|