🎨 ux(hypr): made animations a little bit slower

This commit is contained in:
Sergio Laín 2023-12-09 01:51:24 +01:00
parent e45ab00275
commit bd64f3a64e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -43,13 +43,13 @@ animations {
bezier = overshot, 0.13, 0.99, 0.29, 1.1 bezier = overshot, 0.13, 0.99, 0.29, 1.1
bezier = liner, 1, 1, 1, 1 bezier = liner, 1, 1, 1, 1
animation = windows, 1, 6, wind,popin animation = windows, 1, 7, wind,popin
animation = windowsIn, 1, 6, overshot, popin animation = windowsIn, 1, 7, overshot, popin
animation = windowsOut, 1, 5, overshot, popin animation = windowsOut, 1, 5, overshot, popin
animation = windowsMove, 1, 5, overshot, slide animation = windowsMove, 1, 6, overshot, slide
animation = fadeIn, 1, 10, default animation = fadeIn, 1, 10, default
animation = fadeOut, 1, 10, default animation = fadeOut, 1, 10, default
animation = workspaces, 1, 6, overshot, slide animation = workspaces, 1, 7, overshot, slide
animation = border, 1, 1, liner animation = border, 1, 1, liner
animation = borderangle, 1, 30, liner, loop animation = borderangle, 1, 30, liner, loop
} }