dyClockJS is a small plugin to create digital and analog clock for your blog and website.
Created by: Yusuf Shakeel
Click here to watch the tutorial video.
Click here for the documentation.
It's free and released under MIT License Copyright (c) 2016 Yusuf Shakeel
Download the files
Include the CSS file dyclock.min.css
from the dist/css
directory.
Include the JavaScript file dyclock.min.js
from the dist/js
directory.
For digital clock
var digitalClock = new dyClock("#digital-clock");
digitalClock.start();
For analog clock
var analogClock = new dyClock("#analog-clock", {
clock : "analog"
});
analogClock.start();
Version 2.x no jQuery required.
Version 1.x requires jQuery v1.12+
Copyright © Yusuf Shakeel
MIT License