An open API service indexing awesome lists of open source software.

https://github.com/explooosion/object-sevensdisplay

This is a jQuery Plugin for Object-SevensDisplay
https://github.com/explooosion/object-sevensdisplay

Last synced: 2 months ago
JSON representation

This is a jQuery Plugin for Object-SevensDisplay

Awesome Lists containing this project

README

          

# Object-SevensDisplay
###### This is a jQuery Plugin for Object-SevensDisplay
## Demo
###### [CodePen](http://codepen.io/ta7382/pen/jqxPLN)
![Imgur](http://i.imgur.com/7QZvupY.gif)
## Add CDN
```html

```

## Add Link
```html

```

## Create a Tag
```html










```

 
## Initial
speed:default 1000
```javascript
$(function() {
$('.sevenDisplay').sevenDisplay({
speed: "1000"
});
});
```