stop method

void stop()

Use this function to stop this ImageSequenceAnimator.

Implementation

void stop() {
  if (!_isReadyToPlay) return;

  _reset();
}