interface AnimatorUpdateListener {
    onAnimationUpdate(animation: Tween<any>): any;
}

Implemented by

Methods

  • Parameters

    Returns any