johnnyfreeman/revolver

View on GitHub
api/props/previousslide.md

Summary

Maintainability
Test Coverage
# previousSlide

**Type**: `Number`

The previousSlide property will return the index key of the slide that was last in transition (before the current one).

```javascript
console.log(mySlider.previousSlide);
```