Skip to content

Commit

Permalink
Animations: fix slidefade example (#306)
Browse files Browse the repository at this point in the history
* Animations: fix slidefade example

* animations: slidefade for workspaces not windows
  • Loading branch information
end-4 authored Aug 18, 2023
1 parent 2b9d3b0 commit a208715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/Configuring/Animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%
```

0 comments on commit a208715

Please sign in to comment.