feat(hypr): update beizer animation for smoother workspace swaps
Workspace swaps with no overshoot felt slightly clunky. Adding a small overshoot makes it feel more smooth and Mac-like.
This commit is contained in:
@@ -47,14 +47,14 @@ animations {
|
|||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
# Light, fast easing — no bounce, no drag
|
# Light, fast easing — no bounce, no drag
|
||||||
bezier = breeze, 0.22, 0.61, 0.36, 1.0
|
bezier = breeze, 0.22, 0.61, 0.36, 1.15
|
||||||
|
|
||||||
# Windows: quick, soft, intentional
|
# Windows: quick, soft, intentional
|
||||||
animation = windows, 1, 5, breeze, slidefade
|
animation = windows, 1, 5, breeze, slidefade
|
||||||
animation = windowsOut, 1, 4, breeze, slidefade
|
animation = windowsOut, 1, 4, breeze, slidefade
|
||||||
|
|
||||||
# Workspaces: airy glide, finishes fast
|
# Workspaces: airy glide, finishes fast
|
||||||
animation = workspaces, 1, 5, breeze, slide
|
animation = workspaces, 1, 1, breeze, slidefade
|
||||||
|
|
||||||
# Subtle polish
|
# Subtle polish
|
||||||
animation = fade, 1, 4, breeze
|
animation = fade, 1, 4, breeze
|
||||||
|
|||||||
Reference in New Issue
Block a user