feat: different animation curve for different window action

This commit is contained in:
DreamMaoMao 2025-02-28 17:49:09 +08:00
parent 75d9827c16
commit e633cc6346
5 changed files with 84 additions and 22 deletions

View file

@ -121,8 +121,12 @@ because your keybinds contain shift, the `2` cover to `at`
# custom animation
```
animation_curve=0.46,1.0,0.29,1
animation_curve_open=0.46,1.0,0.29,1.1
animation_curve_move=0.46,1.0,0.29,1
animation_curve_tag=0.46,1.0,0.29,1
```
notice: close and move animations are the same curve.
You can design your animaition curve in:
[here, on cssportal.com](https://www.cssportal.com/css-cubic-bezier-generator/),