delay method

Tweener delay(
  1. int amount
)

Implementation

Tweener delay(int amount) {
  _delayTime = amount;
  return this;
}