/zentimer

zen interval timer

Primary LanguageHTMLMIT LicenseMIT

  ____..--'    .-''-.  ,---.   .--. 
 |        |  .'_ _   \ |    \  |  | 
 |   .-'  ' / ( ` )   '|  ,  \ |  | 
 |.-'.'   /. (_ o _)  ||  |\_ \|  | 
    /   _/ |  (_,_)___||  _( )_\  | 
  .'._( )_ '  \   .---.| (_ o _)  | 
.'  (_'o._) \  `-'    /|  (_,_)\  | 
|    (_,_)|  \       / |  |    |  | 
|_________|   `'-..-'  '--'    '--' 
                                    
,---------. .-./`) ,---.    ,---.    .-''-.  .-------.     
\          \\ .-.')|    \  /    |  .'_ _   \ |  _ _   \    
 `--.  ,---'/ `-' \|  ,  \/  ,  | / ( ` )   '| ( ' )  |    
    |   \    `-'`"`|  |\_   /|  |. (_ o _)  ||(_ o _) /    
    :_ _:    .---. |  _( )_/ |  ||  (_,_)___|| (_,_).' __  
    (_I_)    |   | | (_ o _) |  |'  \   .---.|  |\ \  |  | 
   (_(=)_)   |   | |  (_,_)  |  | \  `-'    /|  | \ `'   / 
    (_I_)    |   | |  |      |  |  \       / |  |  \    /  
    '---'    '---' '--'      '--'   `'-..-'  ''-'   `'-'   
                                                           

a simple interval timer

launch it: http://web-development.cc/zentimer/

This is just a simple interval timer which can be helpful for stretching exercises.
No more counting seconds :)

It simply repeats two cycles by default:

  • 30 sec pause, get ready for the next exercise
  • 60 sec hold the stretch

If you need other time intervals, simply append those to the URL like this:

You can also choose custom colors by appending the hex values:


based on
"Create A Flat Pie-like Time Clock with Javascript and CSS3"
"Creating Accurate Timers in JavaScript"