Animated Logo

Creating an animated version of the ZeitLens logo was just too tempting, so here it is. It was a fun little SVG and JavaScript excercise. Animating the clock is as simple as calculating the angle of each dial from the current date and then rotating the dial by that very angle. Trivial, really. The full code is give below.

Code

SVG

JavaScript (/scripts/animate-logo.js)