mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 19:43:44 +02:00
refactor: hyprland classic animation
This commit is contained in:
parent
4477b50cdf
commit
ebe76cca67
2 changed files with 21 additions and 9 deletions
|
@ -1 +1 @@
|
||||||
source = ~/.config/hypr/configs/animation/variants/animations-river.conf
|
source = ~/.config/hypr/configs/animation/variants/animations-classic.conf
|
||||||
|
|
|
@ -5,11 +5,23 @@
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
|
||||||
animation = windows, 1, 7, myBezier
|
# Use a smoother cubic-bezier curve for all animations (ease-in-out style)
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
bezier = smooth, 0.25, 0.8, 0.25, 1
|
||||||
animation = border, 1, 10, default
|
bezier = classic, 0.42, 0, 0.58, 1
|
||||||
animation = borderangle, 1, 8, default
|
|
||||||
animation = fade, 1, 7, default
|
# Window animations: in and out transitions
|
||||||
animation = workspaces, 1, 6, default
|
animation = windowsIn, 1, 6, smooth # Slower fade-in
|
||||||
}
|
animation = windowsOut, 1, 6, smooth, slide left # Slower, with a gentle slide-out
|
||||||
|
|
||||||
|
# Border animations: faster but still smooth transitions
|
||||||
|
animation = border, 1, 12, smooth
|
||||||
|
animation = borderangle, 1, 10, smooth
|
||||||
|
|
||||||
|
# Fade animation: slow and subtle to give a smooth appearance
|
||||||
|
animation = fade, 1, 10, default
|
||||||
|
|
||||||
|
# Workspace switch animations: a bit slower to enhance smooth transitions
|
||||||
|
animation = workspaces, 1, 8, smooth
|
||||||
|
animation = specialWorkspace, 1, 7, smooth, slidevert
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue