Skip to content

Animations

Animations are an experimental feature in both komorebi for Windows and komorebi for Mac.

Animations are disabled by default in the configuration file.

{
"animation": {
"enabled": true,
"duration": 250,
"fps": 120,
"style": "EaseOutSine"
}
}

Animations can be enabled (and disabled) in realtime using the komorebic animation command.

The duration of animations can be configured in milliseconds and defaults to 250.

The FPS of animations can be configured to match your display refresh rate and defaults to 60. Note that increasing this value will increase CPU usage.

The Animation style can be configured using Cubic Bézier curves and defaults to Linear.