feature/simple_ui #18
@ -4,6 +4,11 @@
|
||||
|
||||
local easing = {}
|
||||
|
||||
--- @type ease
|
||||
function easing.linear(x)
|
||||
return x
|
||||
end
|
||||
|
||||
--- @type ease
|
||||
function easing.easeInSine(x)
|
||||
return 1 - math.cos((x * math.pi) / 2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user