Creating a count down meter with CSS3 and JQuery
Whilst working on the MathDOJO mini game one of the neat little things I tried to do was implement a time meter which steadily counts down and changes colour (from green to yellow to glowing red) as it approaches 0: First, you need something to represent the meter, a simple <span> element will do: 1: …
Creating a count down meter with CSS3 and JQuery Read More »