Add ease-out-quad curve

This commit is contained in:
Ivan Molodetskikh
2024-04-09 21:36:19 +04:00
parent 7e0d3d31f7
commit 209492e700
3 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -62,7 +62,12 @@ animations {
}
```
Currently, niri only supports two curves: `ease-out-cubic` and `ease-out-expo`.
Currently, niri only supports three curves:
- `ease-out-quad` <sup>Since: 0.1.5</sup>
- `ease-out-cubic`
- `ease-out-expo`
You can get a feel for them on pages like [easings.net](https://easings.net/).
#### Spring