mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
document layer animations
This commit is contained in:
parent
94272c7103
commit
5e41b5e183
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue