Delphi Berlin Firemonkey: determine if TAnimation is in progress

  

Is there a way to know if a TFloatAnimation (or generally a TAnimation) is currently in progress?

In my FMX application I have a thread that should periodically check if an animation (which takes several seconds) has started.

More generally, I’m looking for a way to determine the state of a TAnimation object (started, stopped) through a method or a property exposed by the object.

I have found some documentation on the Embarcadero DocWiki, but nothing useful in this regard.

Comments are closed.