01-28-2020, 03:16 AM
Hi!
You're right. It seems TLN_SetAnimationDelay() is an obsolete feature and should be removed (or updated).
Originally, an animation had a global delay that could be changed at runtime. But later I moved to a scheme where each frame has its own delay, that makes for more expressive animations, and the old global delay was left with no effect.
Maybe I should re-implement this function in a way that it changes the delays of all frames?
You're right. It seems TLN_SetAnimationDelay() is an obsolete feature and should be removed (or updated).
Originally, an animation had a global delay that could be changed at runtime. But later I moved to a scheme where each frame has its own delay, that makes for more expressive animations, and the old global delay was left with no effect.
Maybe I should re-implement this function in a way that it changes the delays of all frames?