johnnyfreeman/revolver

View on GitHub
api/methods/last.md

Summary

Maintainability
Test Coverage
# last(options)

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

Transition immediately to the last (not previous) slide, optionally passing temporary transition options.

```javascript
mySlider.last();
```