mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add ease-out-quad curve
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user