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?