mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Animations: fix slidefade example (#306)
* Animations: fix slidefade example * animations: slidefade for workspaces not windows
This commit is contained in:
parent
2b9d3b0d0e
commit
a208715cd6
1 changed files with 2 additions and 2 deletions
|
@ -78,10 +78,10 @@ to start from. For example, the following will make the animation 80% -> 100% of
|
|||
animation=windows,1,8,default,popin 80%
|
||||
```
|
||||
|
||||
For animation styles `slidefade` and `slidefadevert` in `windows`, you can specify a movement
|
||||
For animation styles `slidefade` and `slidefadevert` in `workspaces`, 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%
|
||||
animation=workspaces,1,8,default,slidefade 20%
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue