mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45: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
|
↳ windowsOut - window close
|
||||||
↳ windowsMove - everything in between, moving, dragging, resizing.
|
↳ windowsMove - everything in between, moving, dragging, resizing.
|
||||||
↳ layers - styles: slide, popin, fade
|
↳ layers - styles: slide, popin, fade
|
||||||
|
↳ layersIn - layer open
|
||||||
|
↳ layersOut - layer close
|
||||||
↳ fade
|
↳ fade
|
||||||
↳ fadeIn - fade in (open) -> layers and windows
|
↳ fadeIn - fade in for window open
|
||||||
↳ fadeOut - fade out (close) -> layers and windows
|
↳ fadeOut - fade out for window close
|
||||||
↳ fadeSwitch - fade on changing activewindow and its opacity
|
↳ fadeSwitch - fade on changing activewindow and its opacity
|
||||||
↳ fadeShadow - fade on changing activewindow for shadows
|
↳ fadeShadow - fade on changing activewindow for shadows
|
||||||
↳ fadeDim - the easing of the dimming of inactive windows
|
↳ fadeDim - the easing of the dimming of inactive windows
|
||||||
↳ fadeLayers - for controlling fade on layers
|
↳ 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
|
↳ border - for animating the border's color switch speed
|
||||||
↳ borderangle - for animating the border's gradient angle - styles: once (default), loop
|
↳ borderangle - for animating the border's gradient angle - styles: once (default), loop
|
||||||
↳ workspaces - styles: slide, slidevert, fade, slidefade, slidefadevert
|
↳ workspaces - styles: slide, slidevert, fade, slidefade, slidefadevert
|
||||||
|
|
Loading…
Reference in a new issue