screenshot-ui: Animate opening

This commit is contained in:
Ivan Molodetskikh
2024-07-08 11:24:08 +04:00
parent 092cf6cfaf
commit 4513663084
5 changed files with 111 additions and 22 deletions
+20
View File
@@ -45,6 +45,11 @@ animations {
config-notification-open-close {
spring damping-ratio=0.6 stiffness=1000 epsilon=0.001
}
screenshot-ui-open {
duration-ms 200
curve "ease-out-quad"
}
}
```
@@ -354,6 +359,21 @@ animations {
}
```
#### `screenshot-ui-open`
<sup>Since: 0.1.8</sup>
The open (fade-in) animation of the screenshot UI.
```
animations {
screenshot-ui-open {
duration-ms 200
curve "ease-out-quad"
}
}
```
### Synchronized Animations
<sup>Since: 0.1.5</sup>