2021-08-22 16:38:27 +02:00
|
|
|
return {
|
|
|
|
tween = {"name", "type", "start", "duration", "target", "easing"},
|
|
|
|
movement = {"name", "type", "start", "duration", "x", "y", "easing"},
|
|
|
|
switch = {"name", "type", "start", "bools"},
|
2021-08-24 19:41:25 +02:00
|
|
|
delayFocus = {"name", "type", "start"},
|
2021-08-22 16:38:27 +02:00
|
|
|
}
|