mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-16 18:12:08 +01:00
loosen animation keyword restrictions
This commit is contained in:
parent
2a2db2f917
commit
90331e2db4
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ or
|
||||||
animation=NAME,ONOFF,SPEED,CURVE
|
animation=NAME,ONOFF,SPEED,CURVE
|
||||||
```
|
```
|
||||||
|
|
||||||
`ONOFF` can be either 0 or 1, 0 to disable, 1 to enable.
|
`ONOFF` can be either 0 or 1, 0 to disable, 1 to enable. _note:_ if it's 0, you can omit further args.
|
||||||
|
|
||||||
`SPEED` is the amount of ds (1ds = 100ms) the animation will take
|
`SPEED` is the amount of ds (1ds = 100ms) the animation will take
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@ parent's values. See [the animation tree](#animation-tree).
|
||||||
```ini
|
```ini
|
||||||
animation=workspaces,1,8,default
|
animation=workspaces,1,8,default
|
||||||
animation=windows,1,10,myepiccurve,slide
|
animation=windows,1,10,myepiccurve,slide
|
||||||
|
animation=fade,0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Animation tree
|
## Animation tree
|
||||||
|
|
Loading…
Add table
Reference in a new issue