onUpdate method

Tweener onUpdate(
  1. Function onUpdateCallback
)

Implementation

Tweener onUpdate(Function onUpdateCallback) {
  _onUpdateCallback = onUpdateCallback;
  return this;
}