From 0c54553f7b479f4144eab27abcc568233f894726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 14 Sep 2024 00:51:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20speed=20up=20some=20?= =?UTF-8?q?animations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/theme/animations.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/theme/animations.conf b/.config/hypr/theme/animations.conf index c22c3303..5724377f 100644 --- a/.config/hypr/theme/animations.conf +++ b/.config/hypr/theme/animations.conf @@ -7,17 +7,17 @@ animations { bezier = liner, 1, 1, 1, 1 animation = windows, 1, 7, wind, popin - animation = windowsIn, 1, 7, overshot, popin + animation = windowsIn, 1, 6, overshot, popin animation = windowsOut, 1, 5, overshot, popin animation = windowsMove, 1, 6, overshot, slide - animation = layers, 1, 5, default, popin + animation = layers, 1, 4, default, popin animation = fadeIn, 1, 10, default animation = fadeOut, 1, 10, default animation = fadeSwitch, 1, 10, default animation = fadeShadow, 1, 10, default animation = fadeDim, 1, 10, default animation = fadeLayers, 1, 10, default - animation = workspaces, 1, 7, overshot, slide + animation = workspaces, 1, 6, overshot, slide animation = border, 1, 1, liner animation = borderangle, 1, 30, liner, loop }