epervier-old/framework/structures/tween.lua

6 lines
248 B
Lua

return {
tween = {"name", "type", "start", "duration", "target", "easing"},
movement = {"name", "type", "start", "duration", "x", "y", "easing"},
switch = {"name", "type", "start", "bools"},
delayFocus = {"name", "type", "start"},
}