reset method

void reset()

Implementation

void reset() {
  for (AbsAnimationGroup group in groups) {
    group.reset();
  }
}