Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uzitech/jquery.analogclock.js

An analog clock widget
https://github.com/uzitech/jquery.analogclock.js

Last synced: 16 days ago
JSON representation

An analog clock widget

Awesome Lists containing this project

README

        

# jquery.analogClock.js
An analog clock widget

![analogClockSmooth.gif](analogClockSmooth.gif)

## options

```javascript
$(".clock").analogClock({
width: 300,
backgroundColor: "#ccc",
borderColor: "#666",
borderWidth: 3,
numberColor: "#ff0",
numberSize: 30,
numberPadding: 6,
showSecond: true,
smoothSecond: true,
secondColor: "#f00",
secondWidth: 4,
showMinute: true,
minuteColor: "#0f0",
minuteWidth: 6,
hourColor: "#00f",
hourWidth: 6,
showDigital: true,
digitalColor: "#333"
});
```

## methods

```javascript
$(".clock").analogClock("enable");
```

```javascript
$(".clock").analogClock("disable");
```