Any chance of getting an isAnimating() function that doesn’t require a component passed in?
When the animation is finished I’d like to update some things, but only when its finished and not starting. (I’ve attached a ChangeListener), basically its updating size after the components have moved around in a viewport.
(Basically I just want…)
bool isAnimating () const
{
return tasks.size();
}
