mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
wiki: Document backdrop-color and overview-open-close animation
This commit is contained in:
@@ -50,6 +50,10 @@ animations {
|
||||
duration-ms 200
|
||||
curve "ease-out-quad"
|
||||
}
|
||||
|
||||
overview-open-close {
|
||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -374,6 +378,20 @@ animations {
|
||||
}
|
||||
```
|
||||
|
||||
#### `overview-open-close`
|
||||
|
||||
<sup>Since: next release</sup>
|
||||
|
||||
The open/close zoom animation of the [Overview](./Overview.md).
|
||||
|
||||
```kdl
|
||||
animations {
|
||||
overview-open-close {
|
||||
spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Synchronized Animations
|
||||
|
||||
<sup>Since: 0.1.5</sup>
|
||||
|
||||
Reference in New Issue
Block a user