Animations
Animations are an experimental feature in both komorebi for Windows and komorebi for Mac.
Enable Animations
Section titled “Enable Animations”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.
Animation Duration
Section titled “Animation Duration”The duration of animations can be configured in milliseconds and defaults to 250.
Animation FPS
Section titled “Animation FPS”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.
Animation Style
Section titled “Animation Style”The Animation style can be configured using Cubic Bézier curves and defaults to Linear.