Posts Tagged ‘dash’

CSS 3 dash

Sunday, January 9th, 2011

This is a test I wanted to make, using the css3 rotate() transformation.

I’m really happy with the initial result.

This script is using the following css declarations:

-moz-transform: rotate(Xdeg);
-webkit-transform: rotate(Xdeg);
transform: rotate(Xdeg);

(replace X with the proper degrees you want to rotate)

I’ve tested this on FF 3.5, Safari 4, and Chrome 6 and they all seem to be handling it pretty good.

I’d love to hear comments and suggestions about this.

demo