From 5e41b5e183d5b2a2e638e04f284ce63d93a900bd Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 28 Feb 2024 15:02:22 +0000 Subject: [PATCH] document layer animations --- pages/Configuring/Animations.md | 2 ++ pages/Configuring/Window-Rules.md | 1 + 2 files changed, 3 insertions(+) diff --git a/pages/Configuring/Animations.md b/pages/Configuring/Animations.md index 90cbca7..736f028 100644 --- a/pages/Configuring/Animations.md +++ b/pages/Configuring/Animations.md @@ -39,12 +39,14 @@ global ↳ windowsIn - window open ↳ windowsOut - window close ↳ windowsMove - everything in between, moving, dragging, resizing. + ↳ layers - styles: slide, popin, fade ↳ fade ↳ fadeIn - fade in (open) -> layers and windows ↳ fadeOut - fade out (close) -> layers and windows ↳ fadeSwitch - fade on changing activewindow and its opacity ↳ fadeShadow - fade on changing activewindow for shadows ↳ fadeDim - the easing of the dimming of inactive windows + ↳ fadeLayers - for controlling fade on layers ↳ border - for animating the border's color switch speed ↳ borderangle - for animating the border's gradient angle - styles: once (default), loop ↳ workspaces - styles: slide, slidevert, fade, slidefade, slidefadevert diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 980ddff..c7bcf01 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -227,3 +227,4 @@ or `address` is an address in the form of `address:0x[hex]` | ignorealpha \[a\] | makes blur ignore pixels with opacity of `a` or lower. `a` is float value from 0 to 1. `a = 0` if unspecified. | | ignorezero | makes blur ignore fully transparent pixels. Same as `ignorealpha 0`. | | xray \[on\] | sets the blur xray mode for a layer. 0 for off, 1 for on, unset for default. | +| animation \[style\] | allows you to set a specific animation style for this layer |