From 1ac027191df263314090fad36cbb72d2a5655a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 8 Jan 2025 00:03:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(hypr):=20animations=20are?= =?UTF-8?q?=20now=20faster=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit provide the slow animations commented in the file as well --- .config/hypr/theme/animations.conf | 42 +++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/.config/hypr/theme/animations.conf b/.config/hypr/theme/animations.conf index 5724377f..05885b67 100644 --- a/.config/hypr/theme/animations.conf +++ b/.config/hypr/theme/animations.conf @@ -5,19 +5,37 @@ animations { bezier = wind, 0.05, 0.9, 0.1, 1.05 bezier = overshot, 0.13, 0.99, 0.29, 1.08 bezier = liner, 1, 1, 1, 1 + bezier = easeOutQuint, 0.23, 1, 0.32, 1.03 - animation = windows, 1, 7, wind, popin - animation = windowsIn, 1, 6, overshot, popin - animation = windowsOut, 1, 5, overshot, popin - animation = windowsMove, 1, 6, overshot, slide - 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, 6, overshot, slide + # Slow Animations + # animation = windows, 1, 7, wind, popin + # animation = windowsIn, 1, 6, overshot, popin + # animation = windowsOut, 1, 5, overshot, popin + # animation = windowsMove, 1, 6, overshot, slide + # 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, 6, overshot, slide + # animation = border, 1, 1, liner + # animation = borderangle, 1, 30, liner, loop + + # Fast Animations + animation = windows, 1, 3.5, easeOutQuint, popin + animation = windowsIn, 1, 3.5, easeOutQuint, popin + animation = windowsOut, 1, 3.5, overshot, popin + animation = windowsMove, 1, 3.5, overshot, slide + animation = layers, 1, 3, default, popin + animation = fadeIn, 1, 4, default + animation = fadeOut, 1, 4, default + animation = fadeSwitch, 1, 4, default + animation = fadeShadow, 1, 4, default + animation = fadeDim, 1, 4, default + animation = fadeLayers, 1, 4, default + animation = workspaces, 1, 3.5, easeOutQuint, slide animation = border, 1, 1, liner animation = borderangle, 1, 30, liner, loop }