jQuery animate: moz-transform
Posted
by poru
on Stack Overflow
See other posts from Stack Overflow
or by poru
Published on 2010-05-25T00:58:22Z
Indexed on
2010/05/25
1:01 UTC
Read the original article
Hit count: 510
Hello,
how could I animate a rotation by -moz-transform: rotate(40deg)
with jQuery?
I tried this but it doesn't work:
$('#foobar').animate({
MozTransform: 'rotate(40deg)'
});
© Stack Overflow or respective owner