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: 481

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

Related posts about jQuery

Related posts about jquery-animation