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
- Host: GitHub
- URL: https://github.com/explooosion/object-sevensdisplay
- Owner: explooosion
- Created: 2016-04-16T17:40:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T18:14:36.000Z (about 10 years ago)
- Last Synced: 2025-03-18T19:30:53.044Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-SevensDisplay
###### This is a jQuery Plugin for Object-SevensDisplay
## Demo
###### [CodePen](http://codepen.io/ta7382/pen/jqxPLN)

## Add CDN
```html
```
## Add Link
```html
```
## Create a Tag
```html
```
## Initial
speed:default 1000
```javascript
$(function() {
$('.sevenDisplay').sevenDisplay({
speed: "1000"
});
});
```