🎨 ux(hypr): animation speed

This commit is contained in:
Sergio Laín 2025-02-02 00:40:18 +01:00
parent 81553c7311
commit c3a124ef69
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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
}