johnnyfreeman/revolver

View on GitHub
api/methods/stop.md

Summary

Maintainability
Test Coverage
# stop()

**Type**: `Function`, **Returns**: `Object` (Instance of Revolver)

Stops the slider from transitioning to the next slide, and resets the slider.

```javascript
mySlider.stop();
```