stop method

void stop()

Ends animation

Implementation

void stop() {
  _controller.stop();
}