stop method

Tweener stop()

Implementation

Tweener stop() {
  Tweener.remove(this);
  return this;
}