From 8df207a47472fc17df6e786970bbe2e73bfa70fe Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 28 Mar 2024 01:41:40 +0000 Subject: [PATCH] mention slide override --- pages/Configuring/Animations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/Configuring/Animations.md b/pages/Configuring/Animations.md index c5734a2..57fb139 100644 --- a/pages/Configuring/Animations.md +++ b/pages/Configuring/Animations.md @@ -92,3 +92,11 @@ specify a movement percentage. For example, the following will make windows move ```ini animation=workspaces,1,8,default,slidefade 20% ``` + +For animation style `slide` in windows and layers you can specify a forced side, e.g.: + +```ini +animation=windows,1,8,default,slide left +``` + +You can use `top`, `bottom`, `left` or `right`.