This version has been modified from the previous colour clocky clock so that all subclocks have the same face colour, which changes based on what angle the minute hand is at (left = blue, right = yellow, up = red, down = dark green). The date in the middle now rotates in its entirety with the hour hand animated clock recursion Colour clocky clock v2
Having developed a clock using spinning tiles, I had another thought regarding something that would exploit the clone facility of SVG. This clock "ticks" in the same way as my colour clock, but I have commented out a more normal movement if you prefer that. The code also has defined variables for changing the number of copies, and for the update interval. The template used for creating the second "tick" image is a functioning clock, and the hour and minute hand of the main clock are represented by the year and day/month respectively. This version has been modified from the previous clocky clock to add colour, which makes it a bit more satisfying to watch at each minute change animated clock recursion Colour clocky clock
Having developed a clock using spinning tiles, I had another thought regarding something that would exploit the clone facility of SVG. This clock "ticks" in the same way as my colour clock, but I have commented out a more normal movement if you prefer that. The code also has defined variables for changing the number of copies, and for the update interval. The template used for creating the second "tick" image is a functioning clock, and the hour and minute hand of the main clock are represented by the year and day/month respectively animated clock recursion Clocky clock