This is a really cool CSS3 Analogue Clock. Its not Flash, but its completely written in CSS3 + Jquery. Transform: rotate; is a new feature of CSS 3 which lets you... well, rotate stuff. Transform will also allow you to scale, skew and translate (move) objects in your web page. All these can be animated by the Transition property (complete with easing and duration).