fixed minor nonsense

This commit is contained in:
2026-05-13 22:37:37 +01:00
parent 221369e398
commit 9fb0f6c781
2 changed files with 5 additions and 4 deletions

View File

@@ -38,9 +38,6 @@ for _, bezier in ipairs(beziers) do
end
local animations = {
-- Default animation
{ leaf = "global", speed = 5, spring = "mediumSpring" },
-- Window animations
{ leaf = "windows", speed = 2, spring = "mediumSpring", style = "slide right" },
{ leaf = "windowsOut", speed = 2, bezier = "heavyOvershoot", style = "popin 30%" },