MarkVaughn / ClockDown

Turn upcoming times into funky countdown clocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClockDown

Turn upcoming times into funky countdown clocks

For modern browsers :)

You can fiddle here http://jsfiddle.net/IfTrueElseFalse/QfdEd/34/

parameters

$('time').clockdown({
    radius: 30
    ringWidth: 0 // if this value is greater than 0 the pie will be a ring, rather than a slice
    borderWidth: 0
});

And the html5 time tag using datetime parameter

<time datetime='2012-11-13T20:00Z'>November 13th, 2012 at 8<time>

And voila! Preview

endorse

About

Turn upcoming times into funky countdown clocks


Languages

Language:JavaScript 88.0%Language:CSS 12.0%