pause method

void pause()

This pauses the animation

Implementation

void pause() {
  this.stop();
}