Skip to content

juancabrera/radial-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

radialTimer();

A Javascript method that creates a CSS radial timer/countdown with progress bar.

Usage

HTML

<div class="radialtimer" id="timer"></div>

Javascript

var Timer;
Timer = new radialTimer();
Timer.init("timer", 20);

The first element is the container id where it will place the timer and the second one is the number of seconds that the timer will count.

Build

SCSS

cd build/
compass watch

HAML

cd build/
ruby haml_watch.rb .

Demo

http://juancabrera.github.io/radial-timer/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published