hypr anim change

This commit is contained in:
iceyrazor 2025-07-09 19:36:01 -05:00
parent 0131b1e430
commit 5c3d0362a2
1 changed files with 33 additions and 24 deletions

View File

@ -187,36 +187,45 @@ decoration {
} }
} }
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {
enabled = yes, please :)
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
#enabled = yes, please :)
animations {
bezier = easeOutQuint,0.23,1,0.32,1 bezier = myBezier, 0.05, 0.9, 0.1, 1.08
bezier = easeInOutCubic,0.65,0.05,0.36,1
bezier = linear,0,0,1,1
bezier = almostLinear,0.5,0.5,0.75,1.0
bezier = quick,0.15,0,0.1,1
animation = global, 1, 10, default animation = windows, 1, 3, myBezier
animation = border, 1, 5.39, easeOutQuint animation = windowsOut, 1, 3, default, popin 80%
animation = windows, 1, 1.79, easeOutQuint animation = windowsMove, 1, 4, myBezier
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% animation = border, 1, 10, default
animation = windowsOut, 1, 1.49, linear, popin 87% animation = fade, 1, 3, default
animation = fadeIn, 1, 1.73, almostLinear animation = workspaces, 1, 2, default
animation = fadeOut, 1, 1.46, almostLinear animation = specialWorkspace, 1, 3, default, slidefadevert
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint # bezier = easeOutQuint,0.23,1,0.32,1
animation = layersIn, 1, 4, easeOutQuint, fade # bezier = easeInOutCubic,0.65,0.05,0.36,1
animation = layersOut, 1, 1.5, linear, fade # bezier = linear,0,0,1,1
animation = fadeLayersIn, 1, 1.79, almostLinear # bezier = almostLinear,0.5,0.5,0.75,1.0
animation = fadeLayersOut, 1, 1.39, almostLinear # bezier = quick,0.15,0,0.1,1
animation = workspaces, 1, 1.94, almostLinear, fade
animation = workspacesIn, 1, 1.21, almostLinear, fade # animation = global, 1, 10, default
animation = workspacesOut, 1, 1.94, almostLinear, fade # animation = border, 1, 5.39, easeOutQuint
# animation = windows, 1, 1.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
} }
# Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only" # "Smart gaps" / "No gaps when only"
# uncomment all if you wish to use that. # uncomment all if you wish to use that.