From 56082af20a8712570edd6ed523baad4755ecd241 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Sun, 14 Jun 2026 19:29:33 +0300 Subject: init --- config/hypr/animations.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/hypr/animations.conf (limited to 'config/hypr/animations.conf') diff --git a/config/hypr/animations.conf b/config/hypr/animations.conf new file mode 100644 index 000000000..4b0a89742 --- /dev/null +++ b/config/hypr/animations.conf @@ -0,0 +1,34 @@ +animations { + enabled = true + +bezier = easeOutQuint, 0.23, 1, 0.32, 1 +bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 +bezier = linear, 0, 0, 1, 1 +bezier = almostLinear, 0.5, 0.5, 0.75, 1 +bezier = quick, 0.15, 0, 0.1, 1 + +animation = global, 1, 5.42, default + +animation = border, 1, 2.92, easeOutQuint +animation = windows, 1, 2.59, easeOutQuint +animation = windowsIn, 1, 2.22, easeOutQuint, popin 87% +animation = windowsOut, 1, 0.81, linear, popin 87% + +animation = fadeIn, 1, 0.94, almostLinear +animation = fadeOut, 1, 0.79, almostLinear +animation = fade, 1, 1.65, quick + +animation = layers, 1, 2.07, easeOutQuint +animation = layersIn, 1, 2.17, easeOutQuint, fade +animation = layersOut, 1, 0.81, linear, fade + +animation = fadeLayersIn, 1, 0.97, almostLinear +animation = fadeLayersOut, 1, 0.76, almostLinear + +animation = workspaces, 0, 0, almostLinear +animation = workspacesIn, 0, 0, almostLinear +animation = workspacesOut, 0, 0, almostLinear + +animation = zoomFactor, 1, 4.46, quick +} + -- cgit v1.3-3-g829e