mirror of
https://github.com/YaLTeR/niri.git
synced 2025-08-04 17:07:59 +00:00
default-config: Document animation properties
This commit is contained in:
parent
bccde351fb
commit
cbd066ab68
1 changed files with 5 additions and 1 deletions
|
@ -207,7 +207,11 @@ animations {
|
|||
// slowdown 3.0
|
||||
|
||||
// You can configure all individual animations.
|
||||
// Available settings are the same for all of them.
|
||||
// Available settings are the same for all of them:
|
||||
// - off disables the animation.
|
||||
// - duration-ms sets the duration of the animation in milliseconds.
|
||||
// - curve sets the easing curve. Currently, available curves
|
||||
// are "ease-out-cubic" and "ease-out-expo".
|
||||
|
||||
// Animation when switching workspaces up and down,
|
||||
// including after the touchpad gesture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue