From cbd066ab688da162c364898813d1fd7c0458f75c Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 12 Feb 2024 20:46:29 +0400 Subject: default-config: Document animation properties --- resources/default-config.kdl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 3eceeecf..2e4e1530 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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. -- cgit