🎨 ux(hypr): animation speed
This commit is contained in:
parent
81553c7311
commit
c3a124ef69
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
animations {
|
||||
enabled = 1
|
||||
|
||||
bezier = default, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = overshot, 0.13, 0.99, 0.29, 1.08
|
||||
bezier = default, 0.05, 0.9, 0.1, 1.02
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.02
|
||||
bezier = overshot, 0.13, 0.99, 0.29, 1.02
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
bezier = easeOutQuint, 0.23, 1, 0.32, 1.03
|
||||
|
||||
|
@ -35,7 +35,7 @@ animations {
|
|||
animation = fadeShadow, 1, 4, default
|
||||
animation = fadeDim, 1, 4, default
|
||||
animation = fadeLayers, 1, 4, default
|
||||
animation = workspaces, 1, 3.5, easeOutQuint, slide
|
||||
animation = workspaces, 1, 3.25, easeOutQuint, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue