JavaScript & CSS clock
Canvas Based Clock JavaScript Library – CanvasClock
This is a canvas based JavaScript library with 15 different clocks that can be embedded in webpages.
JavaScript Library To Display Current Local Times Around The World – jsclock
jsclock is a standalone JavaScript library for creating a world clock to display current local times around the world based the timezone. How to use it: Load the clock.js into your html page. <script src=”clock.js”></script> Create the html for the world clock. <div class=”myclock”> <div>In Paris, it is</div> <div id=”CET”></div> </div> <div class=”myclock”> <div>while in Los… Read More »
Animated Digital LED Clock with JavaScript and CSS
An animated digital clock that uses JavaScript and CSS / CSS3 to create an old 7 segment display for displaying your local time on the webpage.
Creating A Flat Clock with CSS3 Transitions and Transforms
A flat realistic clock built on top of CSS3 transitions and transforms, no any Image or Javascript needed.
Create A Simple Fashion Clock with Javascript and CSS3
A simple fashion clock, built on top of Javascript, CSS, CSS3 transforms, to display the current local time on your website.
Create A Flat Pie-like Time Clock with Javascript and CSS3
A pie-like time clock in the flat style, built on top of SVG, CSS, CSS3 transforms and a little bit Javascript. Can be used as a timer or a loader to indicate the loading progress.