wiki: Document backdrop-color and overview-open-close animation

This commit is contained in:
Ivan Molodetskikh
2025-04-25 15:28:53 +03:00
parent 85cd64e830
commit 62d47d77d5
2 changed files with 35 additions and 1 deletions
+18
View File
@@ -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>