API Reference 0.3.24dart_web_toolkit_animationAnimationCallback

AnimationCallback abstract class

The callback used when an animation frame becomes available.

abstract class AnimationCallback {
 /**
  * Invokes the command.
  *
  * @param timestamp the current timestamp
  */
 void execute(int timestamp);
}

Subclasses

AnimationCallback2

Methods

abstract void execute(int timestamp) #

Invokes the command.

@param timestamp the current timestamp