Implement window open shift in terms of window-movement

This removes the quite unobvious visual size, and fixes jerking when
opening multiple windows in quick succession.
This commit is contained in:
Ivan Molodetskikh
2024-04-08 19:25:45 +04:00
parent c1432bfa96
commit 4856522a7a
4 changed files with 34 additions and 41 deletions
+4
View File
@@ -137,11 +137,15 @@ animations {
#### `window-movement`
<sup>Since: 0.1.5</sup>
Window movement animations, currently cover only horizontal column movement.
This animation runs on actions like `move-column-left` and `move-column-right` to move the windows themselves.
It can sometimes run together with the `horizontal-view-movement` animation, if the camera also moves.
Since 0.1.5, this is also the animation that moves windows out of the way upon window opening.
```
animations {
window-movement {