mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
animations: layersIn, layersOut, fadeLayersIn, fadeLayersOut (#572)
This commit is contained in:
parent
7ffbed85b6
commit
a569c34633
1 changed files with 6 additions and 2 deletions
|
@ -42,13 +42,17 @@ global
|
|||
↳ windowsOut - window close
|
||||
↳ windowsMove - everything in between, moving, dragging, resizing.
|
||||
↳ layers - styles: slide, popin, fade
|
||||
↳ layersIn - layer open
|
||||
↳ layersOut - layer close
|
||||
↳ fade
|
||||
↳ fadeIn - fade in (open) -> layers and windows
|
||||
↳ fadeOut - fade out (close) -> layers and windows
|
||||
↳ fadeIn - fade in for window open
|
||||
↳ fadeOut - fade out for window close
|
||||
↳ 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
|
||||
↳ fadeLayersIn - fade in for layer open
|
||||
↳ fadeLayersOut - fade out for layer close
|
||||
↳ 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
|
||||
|
|
Loading…
Reference in a new issue