changed some anim stuff and added screenshot bind

This commit is contained in:
2026-05-14 19:13:45 +01:00
parent 9fb0f6c781
commit 65c506f834
3 changed files with 13 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ local beziers = {
-- Springs
{ name = "hardSpring", kind = "spring" },
{ name = "mediumSpring", kind = "spring", stiffness = 50, dampening = 10 },
{ name = "heavierSpring", kind = "spring", mass = 1.2, stiffness = 50, dampening = 11 },
{ name = "looseSpring", kind = "spring", dampening = 5, stiffness = 50 },
}
@@ -39,7 +40,7 @@ end
local animations = {
-- Window animations
{ leaf = "windows", speed = 2, spring = "mediumSpring", style = "slide right" },
{ leaf = "windows", speed = 2, spring = "heavierSpring", style = "slide right" },
{ leaf = "windowsOut", speed = 2, bezier = "heavyOvershoot", style = "popin 30%" },
-- Fade