Animations: document slidefade and slidefadevert styles for workspace (#305)

This commit is contained in:
end-4 2023-08-18 03:30:43 +07:00 committed by GitHub
parent 52c0226fe8
commit 2b9d3b0d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -46,7 +46,7 @@ global
↳ fadeDim - the easing of the dimming of inactive windows
↳ 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
↳ workspaces - styles: slide, slidevert, fade, slidefade, slidefadevert
↳ specialWorkspace - styles: same as workspaces
```
@ -72,10 +72,16 @@ bezier=overshot,0.05,0.9,0.1,1.1
# Extras
For animation style `popin` in `windows`, you can specify a minimum percentage
to start from. For example:
to start from. For example, the following will make the animation 80% -> 100% of the size:
```ini
animation=windows,1,8,default,popin 80%
```
will make the animation 80% -> 100% of the size.
For animation styles `slidefade` and `slidefadevert` in `windows`, you can specify a movement
percentage. For example, the following will make windows move 20% of the screen width:
```ini
animation=windows,1,8,default,slidefade 20%
```