stop method

void stop()

Notify listeners to start the stop animation

Implementation

void stop() {
  _stopListener();
}