Archive 17/01/2023.

RunActionsAsync with EaseBounceOut for UIElement

stark7

Would it be possible to add:

public Task RunActionsAsync(FiniteTimeAction action);
public Task RunActionsAsync(params FiniteTimeAction[] actions);

To Animatable

Such that UIElement would also be able to benefit from them?

I would love to be able to do something like EaseBounceOut on a UIElement Text.

Also, is there maybe another way to accomplish this?

stark7

I just saw:

https://github.com/urho3d/Urho3D/pull/2074

so yeah, these are exciting times indeed.