johnnyfreeman/revolver

View on GitHub
api/props/status.md

Summary

Maintainability
Test Coverage
# status

**Type**: `Object`

The status property will return the current status of the Revolver instance, whether it is "stopped", "paused", or "playing".

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