Add linear animation curve

This commit is contained in:
Ivan Molodetskikh
2024-05-12 09:50:16 +04:00
parent d2ed42a157
commit 29c7552852
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -71,11 +71,12 @@ animations {
}
```
Currently, niri only supports three curves:
Currently, niri only supports four curves:
- `ease-out-quad` <sup>Since: 0.1.5</sup>
- `ease-out-cubic`
- `ease-out-expo`
- `linear` <sup>Since: 0.1.6</sup>
You can get a feel for them on pages like [easings.net](https://easings.net/).