Icon TInterfaceAnimationEvent

Unit: WebUI

TInterfaceAnimationEvent = procedure (ACurrentTime: Double) of
      object

Available In: Client Applications

The TInterfaceAnimationEvent type is used by the TInterfaceManager BeginAnimation and ContinueAnimation methods to specify an animation event handler to be used for animating the frames of an animation.

The AStartTime parameter is the time, in milliseconds, when the animation frame was initiated. This value can be used by the event handler to reliably calculate animation effects based upon elapsed time.
Image