fix(hypr): separate two different animations
The overshoot animation applied to all windows and looked strange on windows.
This commit is contained in:
@@ -46,15 +46,15 @@ decoration {
|
||||
animations {
|
||||
enabled = yes
|
||||
|
||||
# Light, fast easing — no bounce, no drag
|
||||
bezier = breeze, 0.22, 0.61, 0.36, 1.15
|
||||
bezier = overshoot, 0.22, 0.61, 0.36, 1.15
|
||||
bezier = breeze, 0.22, 0.61, 0.36, 1.0
|
||||
|
||||
# Windows: quick, soft, intentional
|
||||
animation = windows, 1, 5, breeze, slidefade
|
||||
animation = windowsOut, 1, 4, breeze, slidefade
|
||||
|
||||
# Workspaces: airy glide, finishes fast
|
||||
animation = workspaces, 1, 1, breeze, slidefade
|
||||
animation = workspaces, 1, 1, overshoot, slidefade
|
||||
|
||||
# Subtle polish
|
||||
animation = fade, 1, 4, breeze
|
||||
|
||||
Reference in New Issue
Block a user