johnnyfreeman/revolver

View on GitHub
api/methods/next.md

Summary

Maintainability
Test Coverage
# next(options)

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

Transition immediately to the next slide, optionally passing temporary transition options.

```javascript
mySlider.next();
```