feat(hypr): change windowMove bezier

This commit is contained in:
matt1432 2023-10-28 13:03:42 -04:00
parent 78eb8af530
commit 59544dc14c

View file

@ -105,6 +105,8 @@ animations {
enabled = yes enabled = yes
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = easeInOutBack, 0.68, -0.6, 0.32, 1.6
bezier = easeInBack, 0.36, 0, 0.66, -0.56 bezier = easeInBack, 0.36, 0, 0.66, -0.56
bezier = easeOutBack, 0.34, 1.56, 0.64, 1 bezier = easeOutBack, 0.34, 1.56, 0.64, 1
bezier = softEaseOutBack, 0.34, 1.26, 0.64, 1 bezier = softEaseOutBack, 0.34, 1.26, 0.64, 1
@ -112,6 +114,7 @@ animations {
animation = windows, 1, 7, myBezier animation = windows, 1, 7, myBezier
animation = windowsIn, 1, 7, easeOutBack, slide animation = windowsIn, 1, 7, easeOutBack, slide
animation = windowsOut, 1, 7, easeInBack, slide animation = windowsOut, 1, 7, easeInBack, slide
animation = windowsMove, 1, 7, easeOutBack, slide
animation = workspaces, 1, 6, softEaseOutBack, slide animation = workspaces, 1, 6, softEaseOutBack, slide