:star: 285 | @mynameissal | http://www.freecodecamp.com/mynameissal
:star: 473 | @finklez | http://www.freecodecamp.com/finklez
:star: 513 | @jondcoleman | http://www.freecodecamp.com/jondcoleman
function decTime() {
//fill the circle
filler(countDown);
// display the current count down
showCount();
// decrement the counter if it's not at zero
if (countDown > 0) {
countDown--;
} else {
countDown = breakSeconds;
if (countDown > 0) {
countDown--;
} else {
// stop the timer
clearInterval(intervalID);
}
}
href="https://twitter.com/intent/tweet?text=Hello%20world”
and you use JS to change the text data
@mutantspore http://codepen.io/amirghafouri/pen/MKPvRa?editors=0010
I messed around with the fill effect (width instead of height), and it was working.
Started messing around with the decTime function to change session types and it stopped working