diff options
Diffstat (limited to 'wiki/Configuration:-Animations.md')
| -rw-r--r-- | wiki/Configuration:-Animations.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/wiki/Configuration:-Animations.md b/wiki/Configuration:-Animations.md index 4db9346c..e74af219 100644 --- a/wiki/Configuration:-Animations.md +++ b/wiki/Configuration:-Animations.md @@ -24,6 +24,10 @@ animations { spring damping-ratio=1.0 stiffness=800 epsilon=0.0001 } + window-movement { + spring damping-ratio=1.0 stiffness=800 epsilon=0.0001 + } + window-open { duration-ms 150 curve "ease-out-expo" @@ -131,6 +135,21 @@ animations { } ``` +#### `window-movement` + +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. + +``` +animations { + window-movement { + spring damping-ratio=1.0 stiffness=800 epsilon=0.0001 + } +} +``` + #### `window-open` Window opening animation. |
