summaryrefslogtreecommitdiff
path: root/config/hypr/animations.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/animations.conf')
-rw-r--r--config/hypr/animations.conf34
1 files changed, 34 insertions, 0 deletions
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
+}
+