stop method

dynamic stop()

Implementation

stop() {
  context.cancelAnimationFrame(requestId);

  isAnimating = false;
}