stop method

void stop()

Implementation

void stop() {
  isAnimation = false;
  renderCallback = null;
}