The current jsfiddle above shows a 2 second count down. Imagine there is no text and just the number. I was trying to find out:
a) how i should integrate some sort of animation into the js so the number changes size, color and position whilst its currently being counted (in time with its duration). Css3 would work but i'm needing it to be javascript based so it will work on older browsers on mobile.
b) Once the countdown had finished display other content as if it were a new page but still on same url.
Any feedback much appreciated.
EDIT: Even a good hint to help me along my way may even be better for me to help figure it out myself. It's just a lack of syntax knowledge being a bit of noob in js. cheers