new animations

This commit is contained in:
Joel Mathew Thomas
2024-12-07 16:55:30 +05:30
parent 941971e0a6
commit c2894f96e2
+25 -6
View File
@@ -108,6 +108,7 @@ decoration {
animations { animations {
enabled = yes enabled = yes
first_launch_animation = true
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
@@ -115,12 +116,30 @@ animations {
bezier = overshot,0.05,0.9,0,1.05 bezier = overshot,0.05,0.9,0,1.05
bezier = easeinoutcirc,0.85, 0, 0.15, 1 bezier = easeinoutcirc,0.85, 0, 0.15, 1
bezier = easeinoutquad,0.11, 0, 0.5, 0 bezier = easeinoutquad,0.11, 0, 0.5, 0
animation = windows, 1, 7, overshot bezier = easeOutQuint,0.23,1,0.32,1
animation = windowsOut, 1, 7, default, popin 0% bezier = easeInOutCubic,0.65,0.05,0.36,1
animation = border, 1, 10, default bezier = linear,0,0,1,1
animation = borderangle, 1, 8, default bezier = almostLinear,0.5,0.5,0.75,1.0
animation = fade, 1, 7, default bezier = quick,0.15,0,0.1,1
animation = workspaces, 1, 4, default, slide
animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint
animation = windows, 1, 4.79, easeOutQuint
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
animation = windowsOut, 1, 1.49, linear, popin 87%
animation = fadeIn, 1, 1.73, almostLinear
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint
animation = layersIn, 1, 4, easeOutQuint, fade
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, fade
animation = workspacesIn, 1, 1.21, almostLinear, fade
animation = workspacesOut, 1, 1.94, almostLinear, fade
} }
dwindle { dwindle {