small tweaks
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user