From c3a124ef69c36d8a435b51c56b98e39d7bf6b3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 2 Feb 2025 00:40:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20animation=20speed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/theme/animations.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/hypr/theme/animations.conf b/.config/hypr/theme/animations.conf index 05885b67..9b48be8f 100644 --- a/.config/hypr/theme/animations.conf +++ b/.config/hypr/theme/animations.conf @@ -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 }