Skip to content
JavaScript CSS
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
demo
dist Mikulas now sets transform-origin automatically
doc
src Mikulas now sets transform-origin automatically
test Mikulas now sets transform-origin automatically
.gitignore Updated library, added test and grunt for building
.travis.yml
Gruntfile.js Updated library, added test and grunt for building
LICENSE
README.md
bower.json Bumping version number
package.json

README.md

mikulas.js

Build Status

Usage

Grab the library and create a new instance of the Mikulas object, passing the ids of clock hand elements. You can also pass an optional callback function which will get executed every time the clock is updated.

Check the demo for more info.

Example

var c = new Mikulas("h", "m", "s", function() {
  console.log("Clock updated!");
});
c.start();

Demo

License

mikulas.js has been released under the MIT license.

Author

Dino Paskvan (http://www.dinopaskvan.com)

Something went wrong with that request. Please try again.