[tantek]for that CSS-only clock, one of the more obvious optimizations (I think) is to only animate border-color (which accepts four values for the four sides) and specify border-style and border-width on each element independently of the animation, since they don't change during animation.