Under development.
- MechanicalClock : Simple clock with mechanical watch-look-alike hands movement. design borrowed from https://gist.github.com/janx/1188550.
Copy widget directory with .wdgt extension attached.
cp -R <directoryname> <directoryname>.wdgt
open <directoryname>.wdgt
Description TBA
-
function TickGenerator(interval) : located in MechanicalClock/clock.js.
- .setInterval(interval) : Supports bps(beats per second), vps(vibrations per second), bpm, vpm, bph, vph, Hz units.
- .addTickHandler(handler)
- .removeTickHandler()
- .getCurrentTickTime(date)
- .tick(date)
- .start()
- .stop()