Logaholic.de

Avatar

queer as code!

Rotating dom elements with css3 and jscript/jquery animation

If you want to rotate dom elements, webkit offers you

-webkit-transform: rotate(0deg);

and firefox offers you

-moz-transform: rotate(0deg);

I hacked together a small demo rotating dom elements with css including some animation with jscript/jquery.

Bookmark and Share

No related posts.

No Comments, Comment or Ping

Reply to “Rotating dom elements with css3 and jscript/jquery animation”