Animations: fix slidefade example (#306)

* Animations: fix slidefade example

* animations: slidefade for workspaces not windows
This commit is contained in:
end-4 2023-08-18 15:05:51 +07:00 committed by GitHub
parent 2b9d3b0d0e
commit a208715cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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%
```