small tweaks

This commit is contained in:
2026-05-13 15:38:00 -07:00
parent d5f473943d
commit 848522eca5
4 changed files with 82 additions and 27 deletions

View File

@@ -14,13 +14,13 @@ hl.curve("linear", {
hl.animation({
leaf = "fadeIn",
enabled = true,
speed = 4,
speed = 3,
bezier = "easeOut"
})
hl.animation({
leaf = "fadeOut",
enabled = true,
speed = 3,
speed = 4,
bezier = "easeOut"
})
hl.animation({
@@ -40,7 +40,7 @@ hl.animation({
hl.animation({
leaf = "windowsMove",
enabled = true,
speed = 3,
speed = 5,
bezier = "easeOut"
})
hl.animation({