johnnyfreeman/revolver

View on GitHub
api/methods/restart.md

Summary

Maintainability
Test Coverage
# restart(options)

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

This is the functional equivalent to calling stop() and then play() consecutively. You can optionally pass temporary transition options through to the play() method.

```javascript
mySlider.restart();
```