XeroOl
XeroOl
I didn't put a bunch of effort into the error messages, so I think they should all be looked at and potentially rewritten to add more context and guidance. Maybe...
I think something like this would be really nice to support. ```lua ease(0, 10, outExpo, {invert = 100, bumpy = 100}, {mode = 'end', time = true}) ``` 1) the...
There's probably a timing issue with the editor menu buttons. I wish the editor just reliably reported the correct beat/time.
instead of `mode="end"`, there should be a simpler way to signal that it should be absolute. I think it should be `mode=true`, or setting some other thing to true. Using...
Refactor the code for node so that it can have less technical debt in there.
For func, and also for perframe and func_ease. perframe and func_ease are slightly different. New Behavior persist= When true (default), the function will always be called. When false, the function...
I want to put this out under some permissive license, but haven't gotten to it yet
I want to make the engine be able to support late queued eases, but behind a warning of some sort to the user. Maybe I'll have a "rooted" version of...
A way to add to the end of a table instead of specifying a specific number? For people who don't want to make actorpool tables using `:GetChildren`, but want to...
I'm not sure if I want to make this change or not. Sometimes, it's possible that a user mistypes a key, or isn't aware of what keys should be present...