infinite property

VxAnimator<T> infinite

Implementation

VxAnimator<T> get infinite {
  _infiniteCycles = 0;
  return this;
}